Summon Chicken Jockey
Spawn a baby zombie riding a chicken
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons a chicken carrying a baby zombie, the famous chicken jockey that is one of the rarest natural spawns in the game. The chicken flutters and drifts, making the pair fast and unpredictable. Uses the modern IsBaby:1b tag on the passenger.
/summon chicken ~ ~ ~ {Passengers:[{id:"minecraft:zombie",IsBaby:1b}]}70 characters
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java).
- Paste the command and press Enter.
- A chicken spawns with a baby zombie rider and darts around erratically.
Related commands
Spawn a charged creeper that creates a larger explosion
/summon creeper ~ ~ ~ {powered:1b}Spawn the hidden hostile rabbit variant
/summon rabbit ~ ~ ~ {RabbitType:99}Create a villager selling diamonds for one emerald
/summon villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:"minecraft:emerald",count:1},sell:{id:"minecraft:diamond",count:1},maxUses:999999}]}}Spawn a skeleton riding a spider
/summon spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton"}]}Create floating hologram text with no entity behind it
/summon text_display ~ ~1 ~ {text:'{"text":"Hello World","color":"gold","bold":true}',billboard:"center"}