# teleport\_to

## `teleport_to`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/teleport_to#triggered-effect)

传送到某个位置。

## 示例配置

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