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) | Description | Type |
|---|
effects | The effects to apply to nearby entities. | EFFECT_LIST |
radius | The radius to apply effects within. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
apply-to-self | Whether to also apply the effects to the holder owner. | BOOLEAN | false |
conditions | The 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
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |