# add\_holder

## `add_holder`

**触发效果**

让某个永久技能在你所设置的时长内短暂的触发到自己上。

\*我们在 [配置一个效果](/auxilor-plugins/zi-ding-yi-xiao-guo/pei-zhi-yi-ge-xiao-guo.md) 一节学习了触发效果和永久效果，那么还是那把镐子，如果我想要设置的是玩家挖掘方块时给予短暂的药水效果，这怎么办呢？这个效果就派上用场了。

## 配置示例

```
- id: add_holder
  args:
    effects: 
      - id: movement_speed_multiplier
        args:
          multiplier: 1.25
    conditions: []
    duration: 300 # 时长，以 tick 为单位
```


---

# 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_holder.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.
