Vindicator icon

Vindicator Summon Command Generator

  • Category: hostile
  • Baby variant: no
  • Entity id: minecraft:vindicator

The vindicator is the illager family's pure melee answer: arms crossed until provoked, then a raised iron axe and a dead sprint at the target. It hits harder than a zombie, chops through wooden doors during raids on tougher difficulty settings, and can disable a raised shield with its axe — three habits that make it the standard heavy for mansion-style encounters.

Because vindicators render held items, this is one of the pages where the hands editor genuinely changes the fight. Swap the default iron axe for an enchanted netherite_axe to build an executioner, name one Johnny to flip on its attack-everything easter egg, or seat it on a ravager to recreate the mounted pairing from late raid waves. Names, health overrides, and traits stack on top of all of it.

Example commands

Johnny mode

/summon minecraft:vindicator ~ ~ ~ {PersistenceRequired:1b,CustomName:"Johnny",CustomNameVisible:1b}

The name Johnny switches the vindicator to hostility against nearly every mob except fellow illagers, turning any populated area into a brawl.

Netherite executioner

/summon minecraft:vindicator ~ ~ ~ {equipment:{mainhand:{id:"minecraft:netherite_axe",count:1,components:{"minecraft:enchantments":{"minecraft:sharpness":3,"minecraft:knockback":1}}}},CustomName:"Mansion Executioner",Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}

Sharpness raises the per-swing damage while Knockback resets player spacing after every hit; the health bump keeps the duel from ending in two crits.

Ravager jockey

/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:"minecraft:vindicator"}]}

The ravager rams and staggers while the rider swings from above, mirroring the mounted pairs that arrive in later raid waves.

Silent hallway sentry

/summon minecraft:vindicator ~ ~ ~ {Silent:1b,PersistenceRequired:1b}

Removing the idle growls and aggro bark means players get no audio warning before the axe comes up in a dark mansion corridor.

The same build across versions

Rows appear only where the output actually changes -- copy the one that matches your world.

Java 1.16

/summon minecraft:vindicator ~ ~ ~ {HandItems:[{id:"minecraft:netherite_axe",Count:1b,tag:{Enchantments:[{id:"minecraft:sharpness",lvl:3s},{id:"minecraft:knockback",lvl:1s}]}},{}],CustomName:'{"text":"Mansion Executioner"}',Health:40f,Attributes:[{Name:"generic.max_health",Base:40}]}

Java 1.21.4

/summon minecraft:vindicator ~ ~ ~ {HandItems:[{id:"minecraft:netherite_axe",count:1,components:{"minecraft:enchantments":{levels:{"minecraft:sharpness":3,"minecraft:knockback":1},show_in_tooltip:true}}},{}],CustomName:'{"text":"Mansion Executioner"}',Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}

Java 26.2

/summon minecraft:vindicator ~ ~ ~ {equipment:{mainhand:{id:"minecraft:netherite_axe",count:1,components:{"minecraft:enchantments":{"minecraft:sharpness":3,"minecraft:knockback":1}}}},CustomName:"Mansion Executioner",Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}

Bedrock 26.x

/summon minecraft:vindicator "Mansion Executioner" ~ ~ ~
  • Bedrock /summon does not accept Java entity NBT; omitted hand equipment, Health/Attributes.

Worth knowing

  • Vindicators keep their arms crossed while idle and only raise the axe once they acquire a target, a readable tell players can learn.
  • A vindicator named Johnny — via name tag or a custom name — attacks nearly every mob it can see, sparing only other illagers.
  • Their axe swings can disable a player's raised shield for several seconds, so shield-turtling is not a safe answer to them.
  • During raids on harder difficulty, vindicators chop through wooden doors instead of pathing around them.
  • In later raid waves some vindicators arrive riding ravagers, and they drop emeralds when killed by players.

FAQ

Does naming a vindicator Johnny actually work?

Yes. The custom name Johnny activates a hardcoded behavior that makes it hostile toward almost every mob except other illagers. It works whether the name comes from this command or a name tag applied afterward.

What weapon should I put in a vindicator's mainhand?

Axes match its raised-arm attack animation, and any sword or axe from the item list renders in its grip. An enchanted netherite_axe with Sharpness is the usual pick for a boss-tier variant.

Will a summoned vindicator start or join a raid?

No. Raid membership is assigned when the raid itself spawns its waves, so a summoned vindicator fights as a free agent and never advances or stalls the raid bar.