> 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-tiao-jian/within_radius_of.md).

# within\_radius\_of

## `within_radius_of`

需要玩家在指定位置的周围。

## 示例配置

```
- id: within_radius_of
  args:
    x: 100 # X坐标
    y: 100 # Y坐标
    z: 100 # Z坐标
    radius: 25 # 半径
```
