Hey,
I was wondering if there are any plugins to fully generate a world & to automatically restart servers?
Thanks.
Hey,
I was wondering if there are any plugins to fully generate a world & to automatically restart servers?
Thanks.
For autorestarting you can use scripts:
Linux & mac:
while :
do
java -jar minecraft.jar
done
Windows:
:loop
java -jar minecraft.jar
goto loop
Or you could use remotetoolkit. I know it says bukkit but you don’t really need the plugin if you only want autorestart functionality.
As for generation I haven’t seen a plugin out their that does it.
I was going to use remotetoolkit but as you mentioned the plugin, but I can attempt it without the plugin. I already have a script that’ll load it back up, I needed a plugin that’ll actually cause the server to shut down after X amount of time.