Add 'minecraft-paper.README'

This commit is contained in:
Julia Logan 2022-01-16 09:47:34 +00:00
parent 3cbfaa5c64
commit e18766428a
1 changed files with 7 additions and 0 deletions

7
minecraft-paper.README Normal file
View File

@ -0,0 +1,7 @@
So, you may be wondering why there is no minecraft-paper Dockerfile, right?
Well, PaperMC has no API endpoint to fetch the latest jar.
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.
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.