So im releasing a restart plugin today, my question is are there any last minute features i should add? Features Full restarts Multi OS Automatic restarts Restarts when the server is empty Permissions Commands are /restart, /schedulerestart, /kickall, /resettimers Compatible with any toolkit, GUI, or wrapper!
Not really, a simple Startscript does the Trick for me. On Windows (start.bat) Code: :new "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar goto new On Linux (start.sh): Code: while [ 1=1 ] do java -server -Xms256M -Xmx1261M -jar craftbukkit.jar nogui done
yes but this will be configurable, have options like automatic restarts every x amount of time, restart when there are no players on the server, so on so forth
I guess some People that dont have any deep knowledge on Linux/Windows would certainly appreciate it. But I'll stick with a complete Cronjob Rootserver-restart, at 5:55 o' Clock.
I use MC Sheller and tried Cron but couldn't get it to work xD It would run "/mc.sh restart" once every 6 hours...
Rather than start from scratch why not help out with an existing one that is looking for a developer? http://forums.bukkit.org/threads/admn-autostop-v0-53-auto-stop-restart-your-server-650-803.17270/
well, my plugin is already done, just not released. i am adding even more safeguards to protect all the world and player files, even though in 150 restarts, my world has not once became corrupt. I have also added one or two more commands. i think i should release it today
i've been kinda busy, should be on later though to put it on. before i do, i want to look into one more config option...
@sillyrosster @iffa @ichingpow ITS OUT!!!! Sorry for keeping you guys waiting http://forums.bukkit.org/threads/admin-mech-gen-restartnow-v0-1-full-server-restarts-818.20039/