Advertisement
Guest User

Untitled

a guest
Nov 18th, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.50 KB | None | 0 0
  1. @echo off
  2. cls
  3. echo This script will keep your server running even after crashing!
  4. title Minecraft NightWatch - Survival
  5. :StartServer
  6. start /wait java -Xmx7168M -jar purpur-1.17.1-1427.jar -o true
  7. echo  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  8. echo  (%date% - %time% )
  9. echo    Server closed/crashed...
  10. timeout 2 /nobreak >nul
  11. echo.
  12. timeout 1 /nobreak >nul
  13. echo  Please stand by...
  14. timeout 6 /nobreak >nul
  15. echo    Restarting!
  16. echo.
  17. echo.
  18. goto StartServer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement