Ravager icon

Ravager Summon Command Generator

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

The ravager is the closest thing vanilla Minecraft has to a siege engine: 100 health, a charging headbutt that sends players flying, and a habit of trampling crops and shredding leaves as it moves. Outside of raids it never spawns at all, so summoning one is the only way to deploy it in a custom map — and players immediately recognize the escalation when one thunders in.

Its shield interaction gives fights real texture. Blocking a ravager's bite can stun the beast for a moment, but the recovery is a roar that damages and knocks back everything nearby, punishing players who camp behind a shield instead of repositioning. Layer a rider on top — pillager, vindicator, or evoker — and one command produces a two-phase encounter, since killing the mount drops a second combatant into the fight.

The presets below cover the standard deployments: a captain's mount for a village siege, an oversized arena bull with a health pool to match, and a frozen prop for cutscene staging. All of them are single self-contained commands.

Example commands

Siege captain mount

/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,CustomName:"Siege Beast",CustomNameVisible:1b,Passengers:[{id:"minecraft:pillager"}]}

A named ravager with a pillager rider mirrors the late raid waves — the mount charges while the rider fires over its head, and the name tag marks it as an objective.

Arena bulldozer

/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,Glowing:1b,CustomName:"The Bulldozer",CustomNameVisible:1b,Health:300f,attributes:[{id:"minecraft:max_health",base:300}]}

Triple the stock 100 health and the stun-roar loop becomes the whole fight: players must bait charges, block, and burst it during stuns to make progress.

Evoker command mount

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

The evoker summons vexes and fang lines from the saddle while the ravager soaks damage — a spellcaster on a 100-health platform is a nasty priority puzzle.

Stabled prop

/summon minecraft:ravager ~ ~ ~ {NoAI:1b,Silent:1b,Invulnerable:1b}

For cutscenes and illager camp dressing: it stands still, makes no sound, and survives stray arrows until a command swaps it for a live one.

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:ravager ~ ~ ~ {PersistenceRequired:1b,CustomName:'{"text":"Siege Beast"}',CustomNameVisible:1b,Passengers:[{id:"minecraft:pillager"}]}

Java 26.2

/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,CustomName:"Siege Beast",CustomNameVisible:1b,Passengers:[{id:"minecraft:pillager"}]}

Bedrock 26.x

/summon minecraft:ravager "Siege Beast" ~ ~ ~
  • Bedrock /summon does not accept Java entity NBT; omitted traits (custom_name_visible, persistent).
  • Bedrock /summon cannot embed Java Passengers NBT. Use Bedrock /ride after summoning/selecting entities.

Worth knowing

  • Ravagers spawn only during raids, never through normal world generation, and can arrive ridden by a pillager, vindicator, or evoker in the later waves.
  • Blocking a ravager's melee attack with a shield can stun it for a couple of seconds; it recovers with a roar that damages and knocks back nearby entities, so shield-camping has a built-in cost.
  • With mob griefing enabled, a moving ravager tramples crops and destroys leaf blocks in its path — it will chew through a village farm but cannot break stone or fences.
  • Every ravager drops a saddle on death, yet players can never ride one; the saddle slot exists purely for its illager jockeys.
  • A ravager's knockback on hit is severe enough to launch players several blocks, so tight arenas with ledges or water hazards magnify its threat considerably.

FAQ

Can a player ride a summoned ravager?

No — ravagers drop a saddle but refuse player riders entirely. To fill the saddle, summon the ravager with a pillager, vindicator, or evoker in the passengers list.

How much health does a ravager have?

100 points, or 50 hearts, which already exceeds an iron golem. Raise it with customHealth for arena bosses or trim it for early-game raid recreations.

Will a summoned ravager destroy my map's builds?

It only breaks crops and leaves, and only while mobGriefing is true. Walls, fences, and any solid blocks are safe, so contained arenas hold up fine.