Skip to content
/craftcmd

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

Spawn an armor stand for displaying equipment or decoration

/summon armor_stand ~ ~ ~
Summon an Axolotl
Summon an Axolotl Awaiting in-game verification
Both

Spawn an axolotl mob

/summon axolotl ~ ~ ~
Summon an Allay
Summon an Allay Awaiting in-game verification
Both

Spawn an allay mob (item collector)

/summon allay ~ ~ ~
Summon a Camel
Summon a Camel Awaiting in-game verification
Both

Spawn a camel mob (rideable)

/summon camel ~ ~ ~
Summon a Sniffer
Summon a Sniffer Awaiting in-game verification
Both

Spawn a sniffer mob (seed finder)

/summon sniffer ~ ~ ~
Summon a Wolf (Tamed)
Summon a Wolf (Tamed) Awaiting in-game verification
Java

Spawn a tamed wolf that follows you

/summon wolf ~ ~ ~ {Owner:"[PlayerUUID]",Sitting:0b,CollarColor:14}