Skip to content

How To

In order to OP a player through OPS variable you will need to get the XUID of the player. You can temporarily join and grab your XUID from the logs.

console

To add multiple XUIDS, you can do so by separating each xuid by a comma:

xuids

Or use this 3rd party service here to grab the XUID of the username instead.

The /data/permissions.json should look something like this:

[
{
"permission": "operator",
"xuid": "XUID"
},
{
"permission": "operator",
"xuid": "XUID"
},
{
"permission": "operator",
"xuid": "XUID"
}
]

Executing server commands

This image comes bundled with a script called send-command that will send a Bedrock command and argument to the Bedrock server console. The output of the command only be visible in the container logs.

shell into the container and run whatever command you want for example:

Terminal window
send-command gamerule dofiretick false