itzg / docker-minecraft-bedrock-server

Containerized Minecraft Bedrock Dedicated Server with selectable version
MIT License
1.18k stars 224 forks source link

How do I adjust the permissions for groups? #153

Closed bmf closed 3 years ago

bmf commented 3 years ago

Apologies if this is the wrong forum as I don't think this is an issue with the server per se. Can someone please point me to some instructions on how to change the granular permissions for groups from the docker-compose.yml? Specifically, I want to change my members group so they cannot hit other players. Thank you in advance for your help!

itzg commented 3 years ago

I don't think that aspect can be controlled by the docker image / compose file itself. These are the server properties that can be configured

https://minecraft.fandom.com/wiki/Server.properties#Bedrock_Edition_3

Patchoulino commented 3 years ago

there's no pvp option on server.properties for bedrock, it's a gamerule

/gamerule pvp false https://minecraft.fandom.com/wiki/Game_rule

itzg commented 3 years ago

Thanks @Patchoulino ! I'm going to close this out, but can discuss further if needed.

bmf commented 3 years ago

Apologies to @itzg and @Patchoulino, I should have closed this when I got my answer in June. Thank you both for the follow up!