5 lines
181 B
Bash
Raw Normal View History

2024-11-11 08:08:12 +00:00
#!/bin/sh
2024-11-12 06:51:42 +00:00
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"