- Classes still won't be present in JAR but classes will be automatically compiled by Maven inside of the test scope, facilitating the execution of tool tasks
9 lines
167 B
Batchfile
9 lines
167 B
Batchfile
: Start the Minecraft server
|
|
if "%jarfile%" == "" (
|
|
call setvars.bat
|
|
)
|
|
|
|
cd "%server%"
|
|
call java -Xmx1024M -Xms1024M -jar spigot_server.jar
|
|
cd "%batdir%"
|
|
dir /B *.bat |