glow_nearby_blocks

Makes nearby blocks glow with configurable colors for a set duration.

Categories: visual, world

Required arguments

Key(s)DescriptionType
radiusThe radius around the trigger location to search for matching blocks. Supports expressions.EXPRESSION
durationHow long in ticks the blocks should glow. Supports expressions.EXPRESSION
colorsA subsection mapping block material names to ChatColor names (e.g. DIAMOND_ORE: AQUA).ANY

Trigger parameters required

  • LOCATION

Example

effects:
  - id: glow_nearby_blocks
    args:
      radius: 5 + %level% * 0.5
      duration: 20 * %level%
      colors: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue