Solved Automatically restarting server?
Discussion in 'Hurtworld Discussion' started by CCTV, Dec 25, 2015.
-
Wulf Community Admin
That depends on how you are running your server, but you could easily script that into a batch/bash script the same way you start your server.
-
I'm sorry my English is poor, can you provide a script
-
Wulf Community Admin
-
CCTV,Where are you from?
-
Set this in your .bat
Code:@echo off cls :startYourServer.exe -batchmode -nographics -exec "host 12781;queryport 12881;;maxplayers 240;servername "YourServerName"@echo. @echo Restarting server... @echo. goto start
-
Wulf Community Admin