Get Bot Position
minecraft_get_positionRetrieve the bot's exact position, including coordinates, yaw, pitch, block, and dimension. Use this to navigate and build in Minecraft.
Instructions
Returns the bot's exact current coordinates, facing direction, and which block it's standing on/in.
Returns: { x, y, z, yaw, pitch, standingOn: string, dimension: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||