This is an Admin tool to shutdown the server at a specific time.
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
The main command is /AutoShutdown or /asd for short.