2 lines
69 B
Bash
2 lines
69 B
Bash
|
#!/bin/sh
|
||
|
echo "stop" | java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|