1. Not major issue but... command global.restart just starts the countdown and then close the server (running on Windows) and never starts the server again. I need to do it manually. Any idea why this happens?
     
  2. Yep..cause "global.restart" does mainly provide only all these things needed to have players informed, to save the map, and to shut down. But thats all ;)
    You need to start the server by a "looped" script.
     
  3. What @FuJiCuRa said. Your script should look something like this:
    Code:
    @echo off
    :start
    Server start code goes here
    :goto start
     
  4. what plugin is there so i can make my server restart at a particular time ?
     
  5. Wulf

    Wulf Community Admin

    TimedExecute, SmoothRestarter, etc. Not really on topic for this thread. ;)