mc_set_block_glow
Highlight a specific block in Minecraft with a yellow outline or remove the highlight. Useful for drawing attention to signs, chests, or other blocks during development.
Instructions
Highlight a block in-world (yellow outline on 1.19, vanilla test-highlight on 1.21.11) or remove the highlight. Useful for pointing a specific sign / chest / etc. out to the user. Pair with mc_nearby_blocks to find positions; use mc_clear_block_glow to clear all highlights at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes | ||
| glow | Yes | true to highlight, false to remove this position. |