mtoensing / Docker-Minecraft-Bedrock-Server

Starts a Minecraft BEDROCK Server (PE Pocket Edition) for iOS, iPhone, iPad, XBOX and Windows.
https://hub.docker.com/r/marctv/minecraft-bedrock-server
MIT License
55 stars 9 forks source link

permissions.json #44

Closed eMeF1 closed 1 year ago

eMeF1 commented 1 year ago

Is there a way how to configure the default OP for specific users? I have tried creating permissions.json and mapping it as a volume but no luck. If not, is there another way how to OP users other than manually via the terminal when users log in?

Thank a lot!

mtoensing commented 1 year ago

Yes, just look up any tutorial about Bedrock servers. This container only provides the server but I can give no support on how to use it.

eMeF1 commented 1 year ago

Got it, thanks a lot! I had to create an empty permissions.json file in the same location as server.properties, map the volume and then op the user via the terminal. Then the permission survive container reset.