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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.