mc_set_entity_glow
Toggle a team-color glow outline on any entity client-side using its ID, making it easy to spot in-world. Works without server authority.
Instructions
Make an entity render with the team-color outline so the user can spot it in-world (or remove the outline). Client-side only — no server authority needed. Pair with mc_nearby_entities to find ids.
Glow may "stick" to a stale id if the entity's chunk unloads; harmless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glow | Yes | true to outline, false to remove. | |
| entityId | Yes | Entity id from mc_nearby_entities. |