arrow_storm
Rains arrows down from above the trigger location.
Categories: combat
Required arguments
| Key(s) | Description | Type |
|---|
amount | The number of arrows to rain down. Supports expressions. | EXPRESSION |
height | The height above the target to spawn the arrows. Supports expressions. | EXPRESSION |
spread | The horizontal spread radius for arrow spawning. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
damage | The damage each arrow deals. If omitted, uses the arrow's default damage. | EXPRESSION | |
respect_flame | Whether arrows inherit the Flame enchantment from the held bow. | BOOLEAN | true |
Trigger parameters required
Example
effects:
- id: arrow_storm
args:
amount: 10 + %level%
height: <value>
spread: 3 + %level% * 0.3
damage: %level% * 2 # ← Optional
respect_flame: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |