Added sync command

This commit is contained in:
2024-11-12 06:51:42 +00:00
parent a4f595594d
commit ab9f4b0525
14 changed files with 311 additions and 11 deletions

View File

@@ -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"