i need to get a batch or something that will allow me to keep the world server up after it crashes. so it will crash but then restart
just copy this text in notepad and save as world.bat in the root directory of your server files.@echo off
:end
worldserver.exe
echo.
echo.
echo World server crashed! restarting in 15 seconds!
PING -n 15 127.0.0.1 >nul
goto end