ModdedMinecraft / MMCReboot

A simple to use restart management plugin for sponge
GNU General Public License v3.0
6 stars 6 forks source link

Auto restart #36

Closed GamerPi closed 3 years ago

GamerPi commented 3 years ago

Hello, I just want to start by saying i love the mod and how it works. I have had it prompt a reboot while I was online and the server never fully came back up. When checking the host it shows just a server shutdown. When looking at the console it shows the mmcreboot completed successfully but it did not restart, it only shut down.

GamerPi commented 3 years ago

Big brain me didn't read :) @echo off :begin java -Xms10G -XX:MaxPermSize=128M -XX:+UseConcMarkSweepGC -jar jarname.jar timeout 10 echo resuming server... goto begin