How can I get my coordinates in Minecraft pocket edition? [duplicate]
Solution 1:
Without any behaviour packs:
As of 0.16.0, you can find your coordinates by enabling cheats and teleporting yourself nowhere.
/tp @p ~ ~ ~
In the console, it will display something like:
aytimothy teleported from 0, 0, 0 to 0, 0, 0
To sum it up, it'll display both your destination and your original co-ordinates. Since you're going nowhere, those two should be the same.
With behaviour packs:
This should do the trick.
You can do this by creating a player_position_text
display in an .mcmod
that changes the UI.