> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-bian-hua/translate_location.md).

# translate\_location

## `translate_location`

将（触发器属性中的）坐标进行偏移。

## 示例配置

```yaml
- id: translate_location
  args:
    add_x: -0.1 # 更改的x坐标
    add_y: 2.0 # 更改的y坐标
    add-z: 0 # 更改的z坐标
```
