Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
AdvertisingPlugin
日本語版は下にあります。
English
Overview of this Plugin
This is a plugin that periodically displays advertisements that you set on your server. You can freely edit the content of the advertisements. There are no additional commands.
what is added
Your players will see your promotions at regular intervals. You can customize the intervals as you like.
How to install
1.Download the Plugin file (.jar) 2.Copy or move the downloaded plugin file into the Server "plugins" folder 3.(Re)start the server 4.Done! ##Configuration File When you (re)start the server, a "AdvertisingPlugin" folder will be generated in the "plugins" folder. In the AdvertisingPlugin folder, there is a config.yml file. Open the config.yml file. In the initial state, the contents look like this.
ads:
interval: 1800
#Interval is specified in ticks.
#インターバルはtickで指定。
messages:
- "出てくるメッセージは自由に変更できます"
- "You can freely change the message that appears."
Specify the display interval with "interval" and set the message with "messages." Multiple messages can be specified.
others
The source code is available on Github. Development environment: IntelliJ IDEA
日本語版
このプラグインについて
サーバー内に、設定した広告を定期的に表示するプラグインです。 広告の内容は自由に編集できます。 追加コマンドはありません。
何が追加されるか
プレイヤーに、設定した宣伝が定期的に表示されます。表示間隔は自由に変えることができます。
インストール方法
- プラグインファイル(.jar)をダウンロードします。
- ダウンロードしたプラグインファイルをサーバーの「plugins」フォルダにコピーまたは移動します。
- サーバーを(再)起動します。
- 完了!
configについて
サーバーを(再)起動すると、「plugins」フォルダ内に「AdvertisingPlugin」フォルダが生成されます。 AdvertisingPluginフォルダ内にconfig.ymlファイルがあります。 config.ymlファイルを開いてください。 初期状態では、内容は以下のようになっています。
ads:
interval: 1800
#Interval is specified in ticks.
#インターバルはtickで指定。
messages:
- "出てくるメッセージは自由に変更できます"
- "You can freely change the message that appears."
表示間隔をintervalで指定し、メッセージをmessagesで設定します。メッセージは複数指定できます。
その他
ソースコードはGithubで公開してあります。 開発環境: IntelliJ IDEA