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