- v.03:
- Update for 1.9. Now on SpigotMc : https://www.spigotmc.org/resources/emptyserverstopper.19409/
- Update for 1.9. Now on SpigotMc : https://www.spigotmc.org/resources/emptyserverstopper.19409/
- v0.2:
- New parameters :
- ShutdownTime: shutdown after x minutes when the last player left.
- ShutdownAtStart: launch the shutdown timer at start.
- ShutdownTime: shutdown after x minutes when the last player left.
- New parameters :
- v0.1:
- Working but not configurable.
Note: To create config file: first start the server, then stop it. Edit the parameters in ".\plugins\EmptyServerStopper\config.yml".
-----------------
This plugin will stop your server after a defined time when the last player leaved.
To wait until some reconnects :
- For 1.8 : you can use SleepingServerStarter on GitHub
- For older version : MCSignOnDoor to restart it. (Sentry mode).
What it does :
- Wait for the last player to leave. Trigger at X minutes timers.
- After the X minutes, check if no one is connected.
- No one is connected: shutdown the server.
- Someone is connected: cancel the timer.
- No one is connected: shutdown the server.
(Then it can restart using MCSignOnDoor.)

