TheRemote/RaspberryPiMinecraft

Update paper.jar URL

Closed this issue · 1 comments

I'll just repost the announcement made on Paper discord:

Say hello to Parchment!

We've introduced an API, as described below, that we intend to replace Jenkins-based downloading with.

The old Jenkins based download links you used in the past are now subject to change without notice. You should move over to these API links as soon as possible.
If you just download via the website downloads page there is nothing to change, we’ll update that and you’ll never notice

projects: paper, travertine, waterfall

https://papermc.io/api/v1/paper - project overview, lists available version
https://papermc.io/api/v1/paper/1.13.2 - version overview, lists available builds
https://papermc.io/api/v1/paper/1.13.2/543 - specific build overview
https://papermc.io/api/v1/paper/1.13.2/543/download - specific build download
https://papermc.io/api/v1/paper/1.13.2/latest - latest build overview
https://papermc.io/api/v1/paper/1.13.2/latest/download - latest build download

Thank you for bringing this to my attention. I had not seen it yet!

Change to use the API URL in both SetupMinecraft.sh and start.sh has been implemented