This is an Admin tool to shutdown the server at a specific time.
Usage
- Put the jar in the plugins folder.
- Reload / restart your server.
- Change the configuration of AutoShutdown.
- Basically what this does is shutting down the server at a time specified in the config file.
Config
The standard config.yml
noPlayersHour: 22 noPlayersMinute: 0 absoluteHour: 23 absoluteMinute: 0 enabled: true
On startup this will check if enabled is true, if not, then it will disable the shutdown function.
If you want to use this as restarter for your server, then use the next batch file :
:start @echo off java -Xmx1024M -Xms1024M -jar craftbukkit.jar pause goto start
Commands
The main command is /AutoShutdown or /asd for short.
- reload, pretty straight forward right?
- set noPlayersHour/noPlayers/absoluteHour/absoluteMinute <setting>, this will change the setting in the config.yml
To-do-list
- Fix announcements - Done
- Suggestions?

