Hello, i was coding this one, put it into your start.bat file which you start your Server:
@echo off
:start
SET BINDIR=%~dp0
CD /D "%BINDER%"
java -Xmx30720M -Xms30720M -jar spigot-1.12.jar nogui
goto start
PAUSE
2 replies
Important Information
By using this site, you agree to our Terms of Use.