Teleport the player
teleportRelocate a Minecraft player to any coordinates, optionally in another world or with a specific view direction.
Instructions
Instantly teleport the player to coordinates, optionally in another world and with a given view direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate | |
| yaw | No | Horizontal view angle in degrees | |
| pitch | No | Vertical view angle in degrees | |
| world | No | World name (defaults to the player's current world) | |
| player | No | Online player name (defaults to the first online player) |