Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cls
- title Blockland Dedicated Server Restarter
- echo Protecting Dedicated Servers from Crashes...
- :blockland
- echo (%time%) Blockland has started
- start /wait /normal blockland.exe -dedicated -map bedroom
- echo (%time%) Warning: Server has crashed, or been stopped. Restarting.
- goto blockland
Advertisement
Add Comment
Please, Sign In to add comment