Files
sweetgum-server/launch.bat
P0nk 9df2758ae6 Allow configurable wz directory path with launch property
Example: "java -Dwz-path=<my-custom-path> -jar Cosmic.jar "
2021-09-09 20:17:57 +02:00

4 lines
78 B
Batchfile

@echo off
@title Cosmic
java -Xmx2048m -Dwz-path= -jar target\Cosmic.jar
pause