> 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/add_holder.md).

# 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 为单位
```
