Walk to coordinates
move_toAutomatically walks a player to given coordinates, facing the target and jumping over 1-block obstacles. Stops when within 1.5 blocks horizontally.
Instructions
Walk the player toward the given coordinates (looking at the target and holding forward, jumping over 1-block obstacles). Resolves once within 1.5 blocks horizontally; call stop to cancel a long walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate | |
| speed | No | Movement speed (default walk) | |
| player | No | Online player name (defaults to the first online player) | |
| timeout_ms | No | Give up after this many milliseconds (plugin default 15000) |