add_holder_to_victim

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

Categories: meta

Required arguments

Key(s)DescriptionType
effectsThe effects to apply temporarily to the victim.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

Trigger parameters required

  • VICTIM

Example

effects:
  - id: add_holder_to_victim
    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