Skip to content
[/craft]
Summon a Named Mob

Summon a Named Mob

Spawn a mob with a custom name displayed above its head

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Spawns a zombie named 'Bob' with the name always visible above its head on Java. Replace 'zombie' with any entity ID and change 'Bob' to your name. Use JSON text components for colored or styled names. Bedrock requires the Name Tag item workaround.

/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}
71 characters

How to use

  1. Java: open chat (T) and paste the command.
  2. Change 'zombie' to any mob ID and 'Bob' to your chosen name.
  3. Press Enter — the named mob appears.

Related commands