3 lines
73 B
Batchfile
3 lines
73 B
Batchfile
@echo off
|
|
java -jar minecraft_server.jar -Xmx6024M -Xms1024M nogui
|
|
pause
|