5 lines
181 B
Bash
Executable File
5 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Server started"
|
|
java -Xmx2G -XX:+UseG1GC -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar spigot.jar nogui
|
|
echo "Server stopped" |