swarm
Causes all nearby monsters within a radius to target the victim.
Categories: combat, entity
Required arguments
| Key(s) | Description | Type |
|---|
radius | The radius to search for monsters that will target the victim. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
entities | (inferred) | STRING_LIST | |
Trigger parameters required
Example
effects:
- id: swarm
args:
radius: 10 + %level%
entities:
- <value> # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |