teleport_player
Move a player to specified coordinates in the game world. Set player index for individual or all active players.
Instructions
Teleport a player to a specific position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | No | Z coordinate (optional) | |
| playerNum | No | Player index 0-3, or -1 for all active players (default: 0) |