teleport_to

teleport_to

触发效果

传送到某个位置。

示例配置

- id: teleport_to
  args:
    world: world_nether # 世界名称
    x: 100 # X坐标
    y: 50 # Y坐标
    z: -581.2 # Z坐标

Last updated