Vindicator Summon Command Generator (Java Edition) — Axe Tier Options
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 Vindicator Summon Generator
- Type vindicator into the search box (or leave the default – this page opens straight to the Vindicator panel).
- Pick an Axe tier from the dropdown – vanilla vindicators always spawn with an iron axe, but this generator lets you upgrade or downgrade it, or leave it on “None” for an unarmed one.
- Optionally add a custom name, health override, or tags in the common fields above.
- Copy the generated
/summoncommand 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:vindicator ~ ~ ~ {NBT}. This tool fills in the {NBT} portion for you:
HandItems:[{Count:1,id:"minecraft:<axe>"},{}]– gives the vindicator a held axe. The second array slot is the off-hand and is always left empty by this generator. Leaving the dropdown on “None” omits this tag, spawning it with vanilla’s default iron axe instead of unarmed.
Vindicators are illagers, so this summoned one is automatically hostile toward players, villagers, and iron golems without any extra targeting NBT. They deal melee damage only – there’s no ranged variant – and their axe swing has a short knockback-resistant windup that vanilla players learn to dodge by circling rather than backing straight away.
Frequently Asked Questions
Can a Vindicator get the “Johnny” trait from this generator?
No. The rare “Johnny” vindicator – which spawns hostile toward almost everything including passive mobs – uses a special CustomName tag (‘Johnny’) that Java Edition’s code specifically checks for. This generator’s Custom Name field is a normal display name, not that trigger string; you’d need to enter the exact name via the general Summon Command tab to reproduce that Easter egg.
Does this generator support a baby Vindicator?
No – Vindicators have no baby variant in vanilla Minecraft, so there’s no IsBaby field on this panel.
Will a summoned Vindicator break doors like a Zombie can?
No, Vindicators don’t have door-breaking AI in vanilla – only certain zombie-type mobs (with the right NBT flag) can smash through wooden doors. A Vindicator will path around a closed door or wait near it instead.
What’s the difference between a Vindicator and a Pillager here?
They’re separate mob types with their own dedicated generators. Vindicators fight in melee with an axe; Pillagers fight at range with a crossbow. See the Related Tools below for the Pillager generator.
Related Tools
- Pillager Summon Generator – the ranged crossbow-wielding illager.
- Evoker Summon Generator – the spellcaster illager that leads raid waves.
- Ravager Summon Generator – the mounted beast illagers ride during a raid.
- Give Command Generator – build a matching iron axe to give a player.