Geoff Bourne
Geoff Bourne
Yes it stores and compares it from a "hidden" file here https://github.com/itzg/docker-minecraft-server/blob/c4aa10504219f7bfcb019cfc136643ecfa5da5f6/scripts/start-deployCF#L45
(Sorry for previous comment. Screenshots of consoles are hard to see.) Is `USE_MODPACK_START_SCRIPT` set to false?
I can't find a modpack for SIMPLE-SERVER-FILES-1.1.9.zip, so I am unable to help recreate the issue or explore what those three files contain.
Unfortunately, not that I know of @Hobbit44 . I am slowly working towards moving the modpack processing over to https://github.com/itzg/mc-image-helper and with that can manage upgrade scenarios better.
The startup script is using the "whitelist.txt" conversion processed by the minecraft server jar itself. I'll need help from the community to address your request.
This is something I'll have to investigate in mc-image-helper.
> So a workaround would be replacing the urlencoded characters by their originals? Yes and double check what @abesnier pointed out.
Great idea!
Thanks for all the details. I don't think it's a podman thing, but rather the `-e UID=0`. The conditional here https://github.com/itzg/docker-minecraft-server/blob/bca7b79f779c67c87a0443d8d925e96658b901c0/bin/mc-send-to-console#L15 needs to make use of that rather than assuming...
I finally circled around to this issue and I'm wondering if this identifies the cause https://unix.stackexchange.com/a/503169 One version of the solution may be to set `CONSOLE_IN_NAMED_PIPE` so that the pipe...