cyberops7
cyberops7
I built this locally, pushed to my internal registry, and updated one of my test servers to use this test image. It successfully downloaded the experimental 1.21.4 build: ``` ......
I do have a slicker version of this that I'm including in another PR I'm working on to overhaul a fair bit of the `start.sh` script, but I wanted to...
> fresh While we wait, for a fresh install you could manually download the jar file and place it in the minecraft directory in your container’s volume mount, then start...
I'll circle back and propose a fix soon if no one else gets to it. For now I'm going to manually download the release I want so I can get...
Of note, the docs recommend using `jq` to parse the API responses to get build/version numbers, but `jq` is currently not present in the image, so that should really get...
For anyone else blocked by this, you can manually run a command like this (inside your container) to download the Paper server version you want, as well as the 3...
> Could this be why my server crashes about every 5 minutes or so? Never really had this problem before. It just started relatively recently. I wouldn’t think so. This...
> I too was bamboozled by the API change .. for me all I had to do was change the URL in my php script that outputs the latest paper...
> > > I too was bamboozled by the API change .. for me all I had to do was change the URL in my php script that outputs the...
> Can we expect a solution for this issue to be released soon? I’ve got a PR submitted (linked to this issue), but it hasn’t been looked at yet.