spawn_potion_cloud

Spawns a lingering potion cloud at the trigger location that applies a potion effect.

Categories: potion, visual

Required arguments

Key(s)DescriptionType
effectThe potion effect to apply to entities in the cloud.POTION_EFFECT
levelThe amplifier level of the potion effect. Supports expressions.EXPRESSION
durationHow long the cloud and its applied effect last, in ticks. Supports expressions.EXPRESSION

Trigger parameters required

  • LOCATION

Example

effects:
  - id: spawn_potion_cloud
    args:
      effect: <value>
      level: 1 + %level% / 10
      duration: 20 * %level%

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue