Auto-Restart Plug-In for Self-Hosted?
Are there any auto-restart plugins for self-hosted servers? Every one I find seems to be for servers hosted online and having a panel to work through. The few I have tried, they shut the server down, but I still have to start them back up manually.
4 Replies
Cron can run scripts to start your server up when the OS is booted, so you can schedule physical server reboots with cron scripting and your mc server would resume when the physical server is done
Do NOT restart with cron directly. Echo a stop into your server console first, wait, and then issue a server restart
Wait, canβt you simply use scheduler and implement /restart every few hours/days or whatever interval you want?
Restart iirc requires a startup script
ultimate auto restart