3 lines
59 B
Batchfile
3 lines
59 B
Batchfile
|
@echo off
|
||
|
java -Xmx32M -Xms32M -jar bungee-dist.jar
|
||
|
pause
|