We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349a9eb commit 1a9e6f1Copy full SHA for 1a9e6f1
restart.sh
@@ -21,6 +21,6 @@ screen -Rd minecraft -X stuff "say Closing server...$(printf '\r')"
21
screen -Rd minecraft -X stuff "stop $(printf '\r')"
22
sleep 15s
23
echo "Updating to most recent paperclip version."
24
-wget -q -O /home/pi/minecraft/paperclip.jar https://papermc.io/api/v1/paper/1.16.3/latest/download
+wget -q -O /home/pi/minecraft/paperclip.jar https://papermc.io/api/v1/paper/1.16.4/latest/download
25
echo "Restarting now."
26
sudo /sbin/reboot
0 commit comments