Glow

Enchantment effect

Usage

(shiny|glow)(s)?

Example

# Set a boolean (true/false) directly to set it on/off
shiny: true

# Dynamic effect (conditions)
shiny: 'hasPerm.vip.user and hasMoney.1000'

Unnecessary usages

  A:
    refresh: 20
    update: 20
    display: # ...
    actions: # ...
    icons:
    - condition: 'hasPerm.vip.user'
      display:
        glow: true

Note

  • Dynamic sjiny effects will be updated alongside the material update interval

Last updated