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 Armadillo Summon Generator

  1. Type armadillo into the search box (or leave the default – this page opens straight to the Armadillo panel).
  2. Toggle Is Baby for a small armadillo pup instead of an adult.
  3. Pick a State from the dropdown – Idle for normal walking-around behavior, Rolled Up to spawn it already balled up defensively, or Scared To Roll Up Timer to spawn it mid-transition into a ball.
  4. Use the shared fields above (position, custom name, health, tags) if you want to place or personalize it further.
  5. Copy the generated /summon command 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:armadillo ~ ~ ~ {NBT}. This tool fills in the {NBT} portion for you:

  • IsBaby:1b – spawns a baby armadillo (smaller hitbox, faster movement, and it still yields scutes once it grows up instead of immediately).
  • state:"idle" – the default: the armadillo walks around, grazes, and reacts normally to nearby threats.
  • state:"rolled_up" – spawns the armadillo already curled into its defensive ball, the same pose it takes when panicking from a nearby hostile mob or player getting too close.
  • state:"scared_to_roll_up_timer" – spawns it in the brief transition state between standing and fully balled up, useful mainly for testing or a very specific screenshot/animation moment.

Rolling up is otherwise a fully automatic vanilla defense: an armadillo curls up on its own when a hostile mob (or an unfamiliar player) gets close, and uncurls again once the threat backs off or enough time passes.

Frequently Asked Questions

Will a rolled-up armadillo uncurl again on its own?

Yes. The state tag set by this generator only decides the pose it spawns in – vanilla AI takes over immediately after, so a summoned armadillo still curls up and uncurls automatically in response to nearby threats, regardless of the state you picked at spawn.

Can I stop this armadillo from ever rolling up?

Not with a dedicated field here – there’s no “disable rolling” option for Armadillo in this generator. Checking No AI in the shared fields above will stop it from reacting to threats (including rolling up) entirely, but that also disables its normal walking and grazing behavior.

Does the roll-up state affect whether I can get scutes from this armadillo?

No. Scutes come from brushing an adult armadillo (which briefly makes it roll up as a reaction), not from the spawn-time state tag. A summoned adult armadillo in any state can still be brushed for scutes once it’s out of its rolled-up pose.

What is an armadillo’s scute actually used for?

Scutes craft Wolf Armor. This generator only summons the armadillo itself – pair it with the Give Command Generator if you want to hand yourself scutes or wolf armor directly instead of collecting them the normal way.

Related Tools