Skip to content

Commit 5af65da

Browse files
committed
Enabled PaperMC v1.13.1
1 parent f9a7955 commit 5af65da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
For the full article and guide visit https://www.jamesachambers.com/2018/03/fast-raspberry-pi-minecraft-server-install-script/
44

SetupMinecraft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mkdir minecraft
2525
cd minecraft
2626

2727
echo "${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

3030
echo "${magenta}Building the Minecraft server... ${reset}"
3131
java -jar -Xms800M -Xmx800M paperclip.jar

restart.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ screen -Rd minecraft -X stuff "say Closing server...$(printf '\r')"
2121
screen -Rd minecraft -X stuff "stop $(printf '\r')"
2222
sleep 15s
2323
echo "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
2525
echo "Restarting now."
2626
sudo /sbin/reboot

0 commit comments

Comments
 (0)