set_glowing
Makes the target entity glow, optionally reverting after a duration.
Categories: visual
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
glowing | Whether to enable or disable the glowing effect. | BOOLEAN | true |
duration | How long to apply the glow, in ticks. Reverts when expired. Supports expressions. | EXPRESSION |
Trigger parameters required
VICTIM
Example
effects:
- id: set_glowing
args:
glowing: true # ← Optional
duration: 20 * %level% # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |