Chicken Summon Command Generator (Java Edition) — Baby Toggle
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 Chicken Summon Generator
- Type chicken into the search box (or leave the default – this page opens straight to the Chicken panel).
- Toggle Is Baby for a chick instead of an adult chicken.
- Optionally set a custom name, health override, or the other common fields above the mob-specific section – chickens have no dedicated NBT fields beyond age.
- Copy the generated
/summoncommand 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:chicken ~ ~ ~ {NBT}. This tool fills in the {NBT} portion for you:
IsBaby:1b– spawns a chick (smaller hitbox, faster relative movement, no egg-laying until it grows into an adult).
Chickens don’t have a color or variant tag in vanilla Minecraft, so age is the only mob-specific field this generator exposes. Everything else – a custom name, forced health, glowing outline, silence, invulnerability, or persistence – comes from the common fields shared by every mob on this page, not from anything unique to Chicken.
Frequently Asked Questions
Will a chicken summoned this way still lay eggs on its own?
Yes, as long as it’s an adult (Is Baby left unchecked). Adult chickens lay an egg roughly every 5 to 10 minutes in vanilla, and this generator doesn’t add or remove that behavior either way.
Can I make the chicken hold something in its beak, like a Parrot on a shoulder?
No – chickens don’t have a held-item or shoulder-mount NBT slot the way Parrots or armed hostile mobs do. There’s nothing to set here beyond the baby toggle.
Does checking Is Baby stop this chicken from being rideable by a baby zombie?
No – a baby zombie can spawn riding a chicken (a “chicken jockey”) independent of any NBT you set here; that’s separate spawn logic tied to the zombie, not something this generator’s Chicken panel controls.
Why is there no feather or drumstick drop option?
Chicken drops (feathers, raw or cooked chicken) are fixed loot table entries triggered on death, not something exposed as settable NBT on the entity itself, so there’s no field for it here.
Related Tools
- Cow Summon Generator – another baby-toggle-only farm animal.
- Pig Summon Generator – a farm animal with an added saddle field.
- Zombie Summon Generator – the mob that can spawn as a baby riding a chicken.
- Give Command Generator – build an egg or wheat seeds to breed this chicken.