arrow_ring

Spawns a ring of arrows falling downward at the trigger location.

Categories: combat

Required arguments

Key(s)DescriptionType
amountThe number of arrows in the ring. Supports expressions.EXPRESSION
heightThe height above the location to spawn the arrows. Supports expressions.EXPRESSION
radiusThe radius of the arrow ring. Supports expressions.EXPRESSION
arrow_damageThe damage each arrow deals. Supports expressions.EXPRESSION
fire_ticksHow 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue