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

  1. Type witch into the search box (or leave the default – this page opens straight to the Witch panel).
  2. The Witch has no mob-specific fields – its potion-throwing behavior is 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:witch ~ ~ ~ {NBT}. Since the Witch 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 (useful since witches sometimes drink Instant Health potions mid-fight, effectively healing themselves).
  • 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:witch ~ ~ ~. This spawns a witch with its full default kit: it throws Harming, Slowness, Poison, or Weakness splash potions at a target from range, drinks Fire Resistance if set alight, drinks Speed to close distance, and drinks Instant Health if its own HP drops low – all fixed vanilla behavior, not something this generator exposes as separate toggles.

Frequently Asked Questions

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

A witch’s potion selection and drinking logic is hardcoded AI that reacts to combat conditions (low health, being on fire, needing to close distance) rather than a fixed loadout set at spawn time, so there’s no equivalent to a “weapon dropdown” to expose here.

Can I make the Witch throw a specific potion every time?

No, this generator can’t force a specific potion choice – the witch’s AI picks from its potion pool based on the combat situation. Forcing a specific thrown potion isn’t exposed through spawn NBT in vanilla.

Does a summoned Witch still drop the same loot as a naturally spawned one?

Yes, a witch summoned this way uses the same loot table as any other witch (glass bottles, glowstone dust, sugar, redstone, spider eyes, and a rare stick), since this generator doesn’t touch loot tables or drop chances.

Will the Witch attack villagers or other mobs?

No, witches are hostile only toward players in vanilla – they won’t attack villagers, iron golems, or other mobs even if provoked, unlike illagers such as pillagers and vindicators.

Related Tools