Geoff Bourne
Geoff Bourne
Great suggestion.
Set the env var `EXISTING_OPS_FILE` to "SYNCHRONIZE" https://docker-minecraft-server.readthedocs.io/en/latest/configuration/server-properties/#opadministrator-players Unfortunately the default of "SKIP" is not immediately intuitive but was implemented as such for backward compatibility. Your issue makes me think...
Can you check the contents of `ops.json`? All the container startup is doing is updating that file. Since you have debug enabled can you provide the container startup logs?
I just noticed you have ``` ONLINE_MODE=FALSE ``` That might be interfering with UUID matching of the connecting player. Speaking of UUID, you might need to provide a UUID rather...
I'm sorry that the Minecraft server is not working the way it used to for you, but there's nothing I can do. Your ops.json has the correct content or if...
Let's see if anyone happens to provide advice. This probably isn't an issue that is specific to being a container but just happens to be fixed on any restart.
Please provide compose file that you tried. Also, keep in mind that the port mapping is what matters more where the left hand value of the mapping, "host_port", can be...
That's a system level issue https://www.howtogeek.com/805629/too-many-open-files-linux/
Your logs don't match your compose file since it's looking for https://playerdb.co/api/player/minecraft/peregonb and not "other-user" Visiting the URL confirms the reported error ``` {"message":"No Minecraft user could be found.","code":"minecraft.invalid_username","data":{},"success":false,"error":false} ```
I don't understand. Offline mode or not you're trying to put a username into ops/whitleist. It has to call the 3rd party API to resolve the username. How is the...