add_permanent_holder_in_radius

Permanently applies a set of effects and conditions to all nearby entities within a radius while the holder is active.

Categories: meta

Required arguments

Key(s)DescriptionType
effectsThe effects to apply to nearby entities.EFFECT_LIST
radiusThe radius to apply effects within. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
apply-to-selfWhether to also apply the effects to the holder owner.BOOLEANfalse
conditionsThe conditions the holder requires to be active.CONDITION_LIST

Example

effects:
  - id: add_permanent_holder_in_radius
    args:
      effects: 
        - id: <effect>
          args:
            <arg>: <value>
      radius: 5 + %level% * 0.5
      apply-to-self: true # ← Optional
      conditions: 
        - id: <condition>
          args:
            <arg>: <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue