automaticall restarting

Discussion in 'Bukkit Help' started by joshy1234, Jun 4, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    joshy1234

    i sthere a way to autorestart a tekkit classic server plz help
     
  2. I don't think tekkit support is allowed here :)!
     
  3. Offline

    Bobcat00

    If you start it with a Windows .bat file, do something like this:

    Code:
    :begin
    *** put whatever you need to run the program here ***
    timeout 5
    echo resuming server...
    goto begin
    
    The 'timeout' allows you to hit ctrl-c to abort the restart.
     
  4. Offline

    TnT

    Locked. This forum is for CraftBukkit/Bukkit support, not Tekkit. Ask on the Tekkit forums.
     
Thread Status:
Not open for further replies.

Share This Page