4 lines
70 B
Batchfile
4 lines
70 B
Batchfile
|
@echo off
|
||
|
java -Xmx512M -Xms512M -jar eaglercraft-bukkit.jar
|
||
|
pause
|