> 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-xiao-guo/homing.md).

# homing

## `homing`

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

让弹射物追踪目标。

## 示例配置

```yaml
- id: homing
  args:
      distance: 10 # 追踪的距离
      targets: # 可选，追踪的实体，不设置的话，追踪所有实体
        - zombie
        - skeleton
```
