autorestart

  1. augesrob

    Auto restart script 1.0

    This is a .bat file for constant run that loops the running of the server. Or in other words restarts the server when it stops. color 0E title STARTING NUKKIT @echo off :start java -Xmx1024M -jar nukkit.jar -o true title RESTARTING NUKKIT goto start How to use: Copy the code above and put it...
Top