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 Guardian Summon Generator

  1. Type guardian into the search box (or leave the default – this page opens straight to the Guardian panel).
  2. The Guardian has no mob-specific fields – its laser attack and spike defense are fixed AI, so this panel only shows the common options shared by all mobs.
  3. Optionally set a custom name, health override, glowing, no-AI, or tags using the fields above the (empty) mob-specific section.
  4. 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:guardian ~ ~ ~ {NBT}. Since the Guardian has no unique fields in this generator, any NBT in the resulting command comes only from the common options – for example:

  • CustomName – if you set a name in the common “Custom name” field.
  • Health / attributes – if you set a health override.
  • NoAI:1b, Silent:1b, Glowing:1b, Invulnerable:1b, PersistenceRequired:1b, Tags:[...] – from the shared checkbox row and tags field.

Without any of the above, the command is simply /summon minecraft:guardian ~ ~ ~, spawning a hostile guardian with its full default kit: it swims freely, charges up a laser beam over a short delay before firing at a visible target, and deals contact damage from its body spikes to anything that attacks it in melee without a way to avoid them. It moves noticeably slower and clumsier on land than in water, since its movement AI is tuned for swimming, and takes bonus damage from certain enchantments – all fixed vanilla behavior rather than a spawn-time toggle.

Frequently Asked Questions

Why doesn’t the Guardian have any mob-specific options?

Guardians have one fixed model, no baby variant, and no equipment slots in vanilla – their laser attack and spike defense are built-in AI, not spawn-time NBT, so there’s nothing mob-specific left to expose beyond the shared fields every mob has.

Will a summoned Guardian’s laser attack work the same on land as underwater?

Yes, the laser-charge-and-fire attack works regardless of whether the guardian is in water or on land – only its general movement speed and mobility differ between the two environments, and that’s unrelated to this generator’s options.

Do the Guardian’s body spikes deal damage automatically?

Yes, attacking a guardian in melee without countering the spikes deals contact damage back to the attacker automatically in vanilla – this is a fixed defensive mechanic, not an NBT flag this generator sets.

What’s the difference between a Guardian and an Elder Guardian here?

They’re separate mob types with their own dedicated generators. Elder Guardians are much larger, only spawn naturally in ocean monuments, and inflict a debuff that weakens mining speed on nearby players; regular Guardians are the smaller, more common form. See the Related Tools below.

Related Tools