Added sync command
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
java -Xmx2G -XX:+UseG1GC -jar spigot.jar nogui
|
||||
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"
|
Reference in New Issue
Block a user