Summon Glowing Mob Outline
Spawn a mob with a permanent glowing outline
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons a zombie with the glowing flag so its outline shows through walls, handy for marking a target mob during events or in a mob-farm demo. On Bedrock, spawn the mob first and apply the glowing effect with a command. The outline color follows the mob's team color if it has one.
/summon zombie ~ ~ ~ {Glowing:1b}33 characters
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java).
- Paste the command and press Enter.
- A zombie appears outlined and visible through terrain.
Related commands
Spawn a zombie equipped with armor
/summon zombie ~ ~ ~ {equipment:{head:{id:"diamond_helmet",count:1}}}Spawn an armor stand for displaying equipment or decoration
/summon armor_stand ~ ~ ~