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
Das_Grosse_J
Das_Grosse_Jβ€’2mo ago
Wait, can’t you simply use scheduler and implement /restart every few hours/days or whatever interval you want?
lavaking46
lavaking46β€’2mo ago
Restart iirc requires a startup script
DJDVS
DJDVSβ€’2mo ago
ultimate auto restart

Did you find this page helpful?