AutoStopPlugin
A Paper plugin that automatically stops your server when no one is on it.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
AutoStopPlugin
AutoStopPlugin
日本語版は下へ!
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
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. ``` 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
日本語版
このプラグインについて
サーバーにプレイヤーがいない場合に、自動的にサーバーを停止します。
プレイヤーがいなくなってからサーバーが閉じるまでの期間は、設定できます。
何が追加されるか
プレイヤーがいない場合のサーバーの自動停止。
インストール方法
1. プラグインファイル(.jar)をダウンロードします。
2. ダウンロードしたプラグインファイルをサーバーの「plugins」フォルダにコピーまたは移動します。
3. サーバーを(再)起動します。
4. 完了!
configについて
サーバーを(再)起動すると、「plugins」フォルダ内に「AutoStopPlugin」フォルダが生成されます。
AutoStopPluginフォルダ内にconfig.ymlファイルがあります。
config.ymlファイルを開いてください。 初期状態では、内容は以下のようになっています。 ``` stop-seconds: 60 ``` [stop-seconds:]で、プレイヤーがいなくなってから/サーバーが起動してから、何秒後にサーバーを停止するか指定します。
その他
ソースコードはGithubで公開してあります。 開発環境: IntelliJ IDEA