set_glowing

Makes the target entity glow, optionally reverting after a duration.

Categories: visual

Optional arguments

Key(s)DescriptionTypeDefault
glowingWhether to enable or disable the glowing effect.BOOLEANtrue
durationHow 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue