goto
Move the bot to specified X, Y, Z coordinates by computing a path and navigating automatically.
Instructions
Navigate the bot to specific coordinates using pathfinding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate |