spawn_potion_cloud
Spawns a lingering potion cloud at the trigger location that applies a potion effect.
Categories: potion, visual
Required arguments
| Key(s) | Description | Type |
|---|---|---|
effect | The potion effect to apply to entities in the cloud. | POTION_EFFECT |
level | The amplifier level of the potion effect. Supports expressions. | EXPRESSION |
duration | How 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
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |