Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 421 Bytes

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.

[code]color 0E title STARTING NUKKIT @echo off :start java -Xmx1024M -jar nukkit.jar -o true title RESTARTING NUKKIT goto start[/code]

​ How to use: Copy the code above and put it in to a .bat file called run. ​ Note: The nukkit jar file must be called nukkit.jar or this will not run.