djpiper28
Developer
Пользователь djpiper28 разместил новый ресурс:
Auto restart script - This script will keep the server running
Auto restart script - This script will keep the server running
Узнать больше об этом ресурсе...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 0EHow to use:
title STARTING NUKKIT
@echo off
:start
java -Xmx1024M -jar nukkit.jar -o true
title RESTARTING NUKKIT
goto start
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.