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 Zombified Piglin Summon Generator

  1. Type zombified piglin into the search box, or select it from the Hostile group in the dropdown.
  2. Toggle Is Baby for a small, fast baby zombified piglin.
  3. Pick a sword tier from the Weapon (hand, default Golden Sword) dropdown – the label notes real zombified piglins already carry a golden sword by default, so “None” here just skips this generator’s own hand-item tag rather than actually leaving the mob unarmed.
  4. Copy the finished /summon command into a command block, server console, or operator chat.

Command Syntax & NBT Reference

Base command: /summon minecraft:zombified_piglin ~ ~ ~ {NBT}. The fields on this panel map to:

  • IsBaby:1b – spawns a baby zombified piglin.
  • HandItems:[{Count:1,id:"minecraft:<sword>"},{}] – same sword-tier list as Zombie and Husk. Since real zombified piglins overwhelmingly spawn holding a golden sword already, this field is mainly useful for giving one a different tier (say, a netherite sword) rather than for adding a weapon that wouldn’t otherwise be there.

This generator has no field for the mob’s neutral/aggro state – a zombified piglin you summon here starts neutral toward players by default, the same as a natural one, and only turns hostile if it or a nearby zombified piglin gets attacked first.

Frequently Asked Questions

Is a zombified piglin summoned this way hostile right away, or does it ignore me?

It starts neutral, exactly like a naturally-spawned one – it won’t attack unless you (or another player) hits it or another nearby zombified piglin first. Once provoked, every zombified piglin in the immediate area turns hostile toward the attacker, not just the one that was hit.

Does killing the player calm down zombified piglins that are already angry?

Yes, by default – if the attacked player dies, zombified piglins that were hostile toward them revert to neutral afterward (controlled by the forgiveDeadPlayers game rule, which is on by default). This applies the same way to zombified piglins summoned via this generator as to ones that spawned naturally.

Can a zombified piglin summoned here spawn from a nether portal on its own?

That’s a separate, unrelated spawning mechanic – nether portal blocks in the Overworld have a small random chance to spawn a zombified piglin directly, and portals can also relocate zombified piglins between dimensions. This generator’s /summon command creates one directly wherever you run it, bypassing that natural portal-based spawn entirely.

What’s the difference between a Zombified Piglin and a Piglin here?

Piglin is the separate, living (non-undead) variant that trades with players via barter and turns hostile if it sees you without gold armor equipped – it has its own entry in this generator with a different weapon list and an Immune to Zombification toggle. Zombified Piglin is the undead form a Piglin turns into after too long away from the Nether or its natural light conditions.

Related Tools