# add\_permanent\_holder\_in\_radius

## `add_permanent_holder_in_radius`

**永久效果**[**​**](https://plugins.auxilor.io/effects/all-effects/add_permanent_holder_in_radius#permanent-effect)

给予附近的玩家永久效果。

## 配置示例

```yaml
- id: add_permanent_holder_in_radius
  args:
    effects: 
      - id: multiply_all_stats
        args:
          multiplier: 1.05
    conditions: []
    radius: 5.3 # 距离，以格数为单位
    apply-to-self: false # 是否作用于玩家自己
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-xiao-guo/add_permanent_holder_in_radius.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
