From e18766428af914a9a6115225be802026e29bd89c Mon Sep 17 00:00:00 2001 From: Julia Date: Sun, 16 Jan 2022 09:47:34 +0000 Subject: [PATCH] Add 'minecraft-paper.README' --- minecraft-paper.README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 minecraft-paper.README diff --git a/minecraft-paper.README b/minecraft-paper.README new file mode 100644 index 0000000..03582e7 --- /dev/null +++ b/minecraft-paper.README @@ -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. \ No newline at end of file