Fox icon

Fox Summon Command Generator

  • Category: passive
  • Baby variant: yes
  • Entity id: minecraft:fox

Foxes carry more ambient behavior than nearly any other passive mob: they nap in shaded spots through the day, pounce headfirst after rabbits and chickens, snatch items off the ground into their mouths, and bolt from players they do not trust. A single /summon fox drops all of that life into a taiga build, a pet enclosure, or a village backdrop.

The generator locks in the parts you need. The baby trait spawns a kit, no_ai freezes a fox mid-pose for a diorama, persistent keeps a decorative fox from vanishing while players explore elsewhere, and a visible custom name turns one into a quest companion players can follow.

Because foxes hold whatever they grab, seed the floor near a summoned fox with a themed item — it will pick one up and carry it, and a fox that grabs a totem of undying will cheat death once.

Example commands

Named kit

/summon minecraft:fox ~ ~ ~ {IsBaby:1b,CustomName:"Ember",CustomNameVisible:1b}

A baby fox with a floating nameplate reads instantly as a quest pet or reward companion.

Sleeping diorama fox

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

Locks the fox in place for a taiga scene build; it stays put and never despawns between visits.

Glowing trail guide

/summon minecraft:fox ~ ~ ~ {Glowing:1b,PersistenceRequired:1b,CustomName:"Scout",CustomNameVisible:1b}

Players follow the outline through dense spruce cover, which works as a soft waypoint system.

Tough pen resident

/summon minecraft:fox ~ ~ ~ {Health:24f,attributes:[{id:"minecraft:max_health",base:24}]}

Extra health keeps a petting-zoo fox alive through accidental hits without going full invulnerable.

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:fox ~ ~ ~ {Glowing:1b,PersistenceRequired:1b,CustomName:'{"text":"Scout"}',CustomNameVisible:1b}

Java 26.2

/summon minecraft:fox ~ ~ ~ {Glowing:1b,PersistenceRequired:1b,CustomName:"Scout",CustomNameVisible:1b}

Bedrock 26.x

/summon minecraft:fox "Scout" ~ ~ ~
  • Bedrock /summon does not accept Java entity NBT; omitted traits (glowing, custom_name_visible, persistent).

Worth knowing

  • Wild foxes flee from approaching players; trust is only inherited by kits bred from two foxes that players fed, so a summoned adult always keeps its distance.
  • Foxes pick up food and items from the ground and hold them in their mouths, eating food after a moment and dropping held gear on death.
  • A fox holding a totem of undying consumes it when dealt fatal damage, the same way a player would.
  • Fox fur color is decided by the biome at spawn: snowy biomes produce the white arctic variant, everywhere else the red one.
  • Foxes leap high enough to clear fences and walls that stop most mobs, so pens need overhangs or taller barriers.

FAQ

Why does my summoned fox run from players?

That is the default wild behavior. Trust cannot be applied by this generator; only kits bred from player-fed foxes treat players as safe company.

Can I give a summoned fox an item to hold?

Not via equipment slots — foxes ignore armor and hand NBT here. Drop the item on the ground beside the fox and it will scoop it into its mouth on its own.

How do I get an arctic fox from a command?

Summon it in a snowy biome. The variant follows the biome at the summon position, so the same command yields red foxes in a plain taiga and white ones in snow.