move-to-position
Move a Minecraft bot to a specified position by providing X, Y, Z coordinates. Optionally, set how close to get (range) and a timeout to stop if the destination is unreachable.
Instructions
Move the bot to a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate | |
| range | No | How close to get to the target (default: 1) | |
| timeoutMs | No | Timeout in milliseconds before cancelling (min: 50, default: no timeout) |