Update 'minecraft-paper.README'

This commit is contained in:
Julia Logan 2022-01-16 09:50:24 +00:00
parent e18766428a
commit af4e342a97
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
So, you may be wondering why there is no minecraft-paper Dockerfile, right?
Well, PaperMC has no API endpoint to fetch the latest jar.
Well, PaperMC has no API endpoint to easily fetch the latest jar with one request.
They themselves discourage it, according to their documentations:
"This is intentional, as it had been primarily used to auto-update servers, which is highly discouraged"
I know I could work on a Dockerfile which automatically compiles Paper and so on just like I do with minecraft-spigot or make a few API request, but I'm simply not going to.
I know I could work on a Dockerfile which automatically compiles Paper and so on just like I do with minecraft-spigot (where it's essentially the only official way, I'm not going to rely on third party builds which may be backdoored) or make a few API request, but I'm simply not going to.
They already replaced their JenkinsCI with GitHub CI, so that makes it even harder.
If you wish to work on said Dockerfile feel free to open a pull request.
So, there you have it, this is why there is no minecraft-paper Dockerfile in this repository.