File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- This script will automatically download and configure the Paper Minecraft 1.12.2 server on your Raspberry Pi!
1+ This script will automatically download and configure the Paper Minecraft 1.13.1 server on your Raspberry Pi!
22
33For the full article and guide visit https://www.jamesachambers.com/2018/03/fast-raspberry-pi-minecraft-server-install-script/
44
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mkdir minecraft
2525cd minecraft
2626
2727echo " ${magenta} Getting latest Paper Minecraft server... ${reset} "
28- wget -O paperclip.jar https://ci.destroystokyo.com/ job/PaperSpigot /lastSuccessfulBuild/artifact/paperclip.jar
28+ wget -O paperclip.jar https://papermc.io/ci/ job/Paper-1.13 /lastSuccessfulBuild/artifact/paperclip.jar
2929
3030echo " ${magenta} Building the Minecraft server... ${reset} "
3131java -jar -Xms800M -Xmx800M paperclip.jar
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ screen -Rd minecraft -X stuff "say Closing server...$(printf '\r')"
2121screen -Rd minecraft -X stuff " stop $( printf ' \r' ) "
2222sleep 15s
2323echo " Updating to most recent paperclip version."
24- wget -q https://ci.destroystokyo.com/ job/PaperSpigot /lastSuccessfulBuild/artifact/paperclip.jar -O /home/pi/minecraft/paperclip.jar
24+ wget -q https://papermc.io/ci/ job/Paper-1.13 /lastSuccessfulBuild/artifact/paperclip.jar -O /home/pi/minecraft/paperclip.jar
2525echo " Restarting now."
2626sudo /sbin/reboot
You can’t perform that action at this time.
0 commit comments