Geoff Bourne
Geoff Bourne
I'm not saying to downgrade. Just set the variable I referenced. Please contact PaperMC if you have further concerns about their release schedule.
> another option is to set the PAPER_DOWNLOAD_URL variable to the latest build This advice is not quite correct. I already provided the proper solution, which is to set `PAPER_CHANNEL`...
It looks like that would require introducing an entrypoint script since right now it just launches direct into node https://github.com/itzg/docker-rcon-web-admin/blob/484fba303b359b76dcb950d42405852ca78b00c8/Dockerfile#L25 A PR would be very welcome from anyone.
Switching to java17 image tag should help https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/
Thanks for the background info @AnOpenSauceDev . It is indeed strange they wouldn't include that algo in headless versions. https://openjdk.org/jeps/356 makes no mention of that constraint.
That is standard java properties file behavior: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Properties.html#store(java.io.Writer,java.lang.String) Minecraft wiki also states that colon must be escaped: https://minecraft.wiki/w/Server.properties#level-type
Are you sure that trailing period isn't the problem? 
`ONLINE_MODE` is only used by Minecraft itself to configure the authentication mode. The image itself doesn't have an offline / "no network" mode since it still wants to check the...
Since the installation of behavior packs is surprisingly hard to automate especially when the base software does its own thing too, the best that can be done is to include...
When the container stops **normally** then a graceful stop of the server is initiated. Your container must have been terminated abnormally. Watch the logs during a start and you'll see...