teleport_to

Teleports the player to a specific coordinate in a named world.

Categories: movement

Required arguments

Key(s)DescriptionType
worldThe name of the world to teleport to.STRING
xThe X coordinate to teleport to. Supports expressions.EXPRESSION
yThe Y coordinate to teleport to. Supports expressions.EXPRESSION
zThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue