add_holder

Temporarily applies a set of effects and conditions to the dispatcher for a given duration.

Categories: meta

Required arguments

Key(s)DescriptionType
effectsThe effects to apply temporarily.EFFECT_LIST
durationHow long to apply the holder, in ticks. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
conditionsThe conditions the holder requires to be active.CONDITION_LIST

Example

effects:
  - id: add_holder
    args:
      effects: 
        - id: <effect>
          args:
            <arg>: <value>
      duration: 20 * %level%
      conditions: 
        - id: <condition>
          args:
            <arg>: <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse