How to enable coordinates
Enabling coordinates lets players see their current X, Y, Z position in the game HUD, making navigation much easier.
Step 1
Access your Game Panel and navigate to your Minecraft Bedrock server. Go to the Console section in the left sidebar and make sure your server is running.

Step 2
In the console input field at the bottom, type the following command and press Enter:
gamerule showcoordinates trueWhen using the web-based console, do not include the / at the beginning of the command.

Step 3
You should see a confirmation message in the console:
Gamerule showcoordinates has been updated to true
Coordinates are now visible for all players on the server.
To disable coordinates at any time, run the following command in the Console:
gamerule showcoordinates falseโ That's it! Players can now see their coordinates in the HUD. If you have any problems, contact us via Discord (opens in a new tab) so we can help you.