arrow_storm

Rains arrows down from above the trigger location.

Categories: combat

Required arguments

Key(s)DescriptionType
amountThe number of arrows to rain down. Supports expressions.EXPRESSION
heightThe height above the target to spawn the arrows. Supports expressions.EXPRESSION
spreadThe horizontal spread radius for arrow spawning. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
damageThe damage each arrow deals. If omitted, uses the arrow's default damage.EXPRESSION
respect_flameWhether arrows inherit the Flame enchantment from the held bow.BOOLEANtrue

Trigger parameters required

  • LOCATION

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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue