Geoff Bourne
Geoff Bourne
Troubleshoot with Wireshark and report an issue with your findings to Mojang.
Wow, not many options then since the M1 is a top of the line ARM chip. That's running Docker with Rosetta doing the x86 conversion right?
That sounds like something to report to Mojang.
Thanks for the research @finndo77 ! I agree from that analysis, the string only exists in the bedrock binary so that's after the container startup has exec'ed off to that.
I haven’t been able to locate the server download link for beta versions, so unfortunately the image isn’t able to support them.
I wonder if I should have the startup script fixup a value of `server-authoritative-movement=true`? However, then there's the dilemma of downgrading a server version where `server-auth` won't be known to...
FYI I double checked the container environment variable to property mapping does include the new values, except for server-auth-with-rewind, which I'll add: https://github.com/itzg/docker-minecraft-bedrock-server/blob/2f6ea327d160ee3a831387fd4d7a8a10f73f9cd2/property-definitions.json#L84-L91
Can you provide the docker run command that you are using?
I'm not familiar with that management platform but from the screenshot I can see that - you need to specify the container path to be `/data` and the host path...
That is caused by the host volume you are using has the `noexec` flag/option on it. You will need to change that in order to attach that particular volume as...