glow_nearby_blocks
Makes nearby blocks glow with configurable colors for a set duration.
Categories: visual, world
Required arguments
| Key(s) | Description | Type |
|---|---|---|
radius | The radius around the trigger location to search for matching blocks. Supports expressions. | EXPRESSION |
duration | How long in ticks the blocks should glow. Supports expressions. | EXPRESSION |
colors | A 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
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |