swarm

Causes all nearby monsters within a radius to target the victim.

Categories: combat, entity

Required arguments

Key(s)DescriptionType
radiusThe radius to search for monsters that will target the victim. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
entities(inferred)STRING_LIST

Trigger parameters required

  • VICTIM

Example

effects:
  - id: swarm
    args:
      radius: 10 + %level%
      entities: 
        - <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue