arrow_ring
Spawns a ring of arrows falling downward at the trigger location.
Categories: combat
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The number of arrows in the ring. Supports expressions. | EXPRESSION |
height | The height above the location to spawn the arrows. Supports expressions. | EXPRESSION |
radius | The radius of the arrow ring. Supports expressions. | EXPRESSION |
arrow_damage | The damage each arrow deals. Supports expressions. | EXPRESSION |
fire_ticks | How many ticks the arrows are on fire. Supports expressions. | EXPRESSION |
Trigger parameters required
LOCATION
Example
effects:
- id: arrow_ring
args:
amount: 8 + %level%
height: <value>
radius: 3 + %level% * 0.3
arrow_damage: %level% * 1.5
fire_ticks: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |