Build /summon commands with custom NBT for every vanilla mob — baby variants, equipment, colors, and mob-specific options.

Run /summon from an operator’s chat, a command block, or the server console. Not every internal NBT field is covered — this generates the commonly-used ones for each mob.

How to Use the Zombie Summon Generator

  1. Type zombie into the search box (or just leave the default – this page opens straight to the Zombie panel).
  2. Toggle Baby Zombie if you want a small, fast variant instead of an adult.
  3. Pick a Helmet and a Weapon from the dropdowns if you want the zombie to spawn already equipped – leave both on “None” for a plain zombie.
  4. Check Can Break Doors if you want this zombie to be able to smash through wooden doors to reach a player (needs a nearby raid/village trigger in some versions, but the NBT flag itself always applies).
  5. Copy the generated /summon command and paste it into a command block, the server console, or an operator’s chat.

Command Syntax & NBT Reference

The base command is /summon minecraft:zombie ~ ~ ~ {NBT}. This tool fills in the {NBT} portion for you:

  • IsBaby:1b – spawns a baby zombie (smaller hitbox, faster movement, can ride other mobs).
  • HandItems:[{id:"minecraft:<sword>",Count:1b},{}] – gives the zombie a held weapon. The second array slot is the off-hand and is always left empty by this generator.
  • ArmorItems:[{},{},{},{id:"minecraft:<helmet>",Count:1b}] – armor slots go feet/legs/chest/head in that order, so a helmet always lands in the 4th (last) slot.
  • CanBreakDoors:1b – lets this specific zombie break wooden doors. Vanilla only lets zombies do this during a village siege or when pathing toward a player it can see through a door – the flag has to be present on the entity either way, which is exactly what this checkbox adds.

Note that any equipment given this way spawns with a small random chance to be “picked up” rather than dropped on death – vanilla naturally-spawned zombies already carry this behavior, so a geared-up summoned zombie can drop its gear like any other.

Frequently Asked Questions

Does a baby zombie summoned this way still burn in sunlight?

Yes. Baby zombies catch fire in direct sunlight exactly like adults, unless they’re in water, rain, shade, or wearing a helmet (which briefly protects them before it takes durability damage). This generator doesn’t add fire immunity – pair it with a /effect command for fire resistance if you need one that survives daytime outdoors.

Can I make the zombie hold something other than a sword?

This generator’s weapon dropdown is limited to sword tiers (wood through netherite, plus a “None” option). For any other held item – a bow, a trident, a tool – use the general Summon Command tab, which accepts a free-form item ID.

Will the Can Break Doors option work on a Bedrock Edition server?

No – this tool generates Java Edition SNBT syntax. Bedrock uses its own (different) command and NBT format for the same mechanic.

What’s the difference between summoning a Zombie here versus a Husk or Drowned?

Husks and Drowned are separate mob types with their own dedicated generators (Husks never burn in sunlight and inflict Hunger; Drowned can spawn with a trident and swim). See the Related Tools below.

Related Tools