From af4e342a9740d44d192747ca356deecdc53576a0 Mon Sep 17 00:00:00 2001 From: Julia Date: Sun, 16 Jan 2022 09:50:24 +0000 Subject: [PATCH] Update 'minecraft-paper.README' --- minecraft-paper.README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/minecraft-paper.README b/minecraft-paper.README index 03582e7..c02ff4a 100644 --- a/minecraft-paper.README +++ b/minecraft-paper.README @@ -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. \ No newline at end of file