Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
AutoStopPlugin
About the survey / アンケートについて
Please take the time to fill out our survey to help us improve the quality of our plugins and modpacks. Responses are optional.https://forms.gle/SqKqhTn4CNR54F6T7
プラグインとMODPackの品質向上のため、アンケートへの回答をお願いします。回答は任意です。
https://forms.gle/SqKqhTn4CNR54F6T7
日本語版は下へ!
English
Overview of this Plugin
Automatically shuts down a server if there are no players on it.
You can set how long the server will remain idle before closing.
what is added
Automatically stopping a server if there are no players.
How to install
- Download the Plugin file (.jar)
- Copy or move the downloaded plugin file into the Server "plugins" folder
- (Re)start the server
- 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.
stop-seconds: 60
[stop-seconds:] specifies how many seconds after a player leaves or after the server starts that the server should stop.
others
The source code is available on Github. Development environment: IntelliJ IDEA
日本語版
このプラグインについて
サーバーにプレイヤーがいない場合に、自動的にサーバーを停止します。
プレイヤーがいなくなってからサーバーが閉じるまでの期間は、設定できます。
何が追加されるか
プレイヤーがいない場合のサーバーの自動停止。
インストール方法
- プラグインファイル(.jar)をダウンロードします。
- ダウンロードしたプラグインファイルをサーバーの「plugins」フォルダにコピーまたは移動します。
- サーバーを(再)起動します。
- 完了!
configについて
サーバーを(再)起動すると、「plugins」フォルダ内に「AutoStopPlugin」フォルダが生成されます。
AutoStopPluginフォルダ内にconfig.ymlファイルがあります。
config.ymlファイルを開いてください。 初期状態では、内容は以下のようになっています。
stop-seconds: 60
[stop-seconds:]で、プレイヤーがいなくなってから/サーバーが起動してから、何秒後にサーバーを停止するか指定します。
その他
ソースコードはGithubで公開してあります。 開発環境: IntelliJ IDEA