Elder Guardian icon

Elder Guardian Summon Command Generator

  • Category: aquatic
  • Baby variant: no
  • Entity id: minecraft:elder_guardian

The elder guardian is vanilla's area-denial specialist. Any player within 50 blocks gets hit with Mining Fatigue III — ghost apparition, jump-scare sting, and all — on a roughly one-minute cycle, and each application lasts five minutes. Summoned by command, that aura becomes a self-contained anti-tunneling system: place one inside a vault or buried dungeon and players cannot realistically dig around your intended route.

Its direct offense is the guardian family's charge-up laser plus a spike reflex that recoils damage into melee attackers while the spines are out. The beam needs unbroken line of sight and several seconds of charge, and breaking sight mid-charge cancels it entirely — that rhythm is the counterplay loop a monument-style boss room should be built around: open water for the beam, scattered pillars for cover.

The generator fields serve both jobs. customHealth doubles the surprisingly low 80-point default into real boss territory, glowing marks the target through murky water and prismarine walls, and no_ai turns the huge frame into wall-mounted décor. Only three exist per ocean monument and none respawn, so a summoned elder guardian is also the only way to restage the encounter.

Example commands

Vault gatekeeper

/summon minecraft:elder_guardian ~ ~ ~ {CustomName:"Keeper of the Deep",Health:160f,attributes:[{id:"minecraft:max_health",base:160}]}

160 health doubles the default so the fight survives an opening crossbow volley, while the fatigue aura walls off pickaxe shortcuts around the vault at any health value.

Monument restage boss

/summon minecraft:elder_guardian ~ ~ ~ {Glowing:1b,PersistenceRequired:1b,CustomName:"The First Elder"}

glowing keeps the boss readable through gloomy water and thick prismarine architecture; persistent holds it in the arena while players clear the rest of the build at their own pace.

Dry trophy mount

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

no_ai stops the out-of-water flopping, silent cuts the moaning ambience, and invulnerable makes the mounted-fish look permanent above a fireplace or in a monument-themed hall.

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:elder_guardian ~ ~ ~ {Glowing:1b,PersistenceRequired:1b,CustomName:'{"text":"The First Elder"}'}

Java 26.2

/summon minecraft:elder_guardian ~ ~ ~ {Glowing:1b,PersistenceRequired:1b,CustomName:"The First Elder"}

Bedrock 26.x

/summon minecraft:elder_guardian "The First Elder" ~ ~ ~
  • Bedrock /summon does not accept Java entity NBT; omitted traits (glowing, persistent).

Worth knowing

  • Players within 50 blocks receive Mining Fatigue III for five minutes, refreshed roughly every minute with the ghostly apparition overlay; drinking milk clears it, but the next pulse reapplies it.
  • The laser charges for several seconds with line of sight before dealing its damage in one hit — ducking behind cover mid-charge resets the attack completely.
  • Hitting it in melee while its spikes are extended deals recoil damage to the attacker, similar to fighting a mob wearing Thorns armor.
  • Exactly three spawn in each ocean monument and they never respawn, and their wet sponge drops are one of only two sponge sources in the game.
  • At 80 health it is far softer than its reputation suggests — the danger comes from Mining Fatigue and the water arena, not the health pool.

FAQ

Does a summoned elder guardian still apply Mining Fatigue?

Yes — the 50-block aura is part of the entity, so a command-placed one curses players on the same cycle wherever it sits. That aura is the main reason to use it as an anti-digging guard in vaults and dungeons.

Can an elder guardian fight on dry land?

It survives fine — guardians take no drying-out damage — but it flops instead of swimming and its combat suffers. Give it a water column at least two blocks deep if the laser duel is the point of the room.

How much health does an elder guardian have?

80 by default, about four times a zombie, which is low for a boss-room anchor. Raise customHealth to 150-200 when it headlines a fight; the fatigue aura carries the difficulty either way.