teleport_to
Teleports the player to a specific coordinate in a named world.
Categories: movement
Required arguments
| Key(s) | Description | Type |
|---|---|---|
world | The name of the world to teleport to. | STRING |
x | The X coordinate to teleport to. Supports expressions. | EXPRESSION |
y | The Y coordinate to teleport to. Supports expressions. | EXPRESSION |
z | The Z coordinate to teleport to. Supports expressions. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: teleport_to
args:
world: world_nether
x: 100
y: 64
z: -200
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |