How do I summon a chicken zombie jockey with diamond armor using a command block?
I've been working with command blocks for a while and I have gotten pretty good at them, however I'm trying to make a baby zombie (with full diamond armor) riding a chicken and I just can't do it! I can make a baby zombie riding a chicken, or a baby zombie wearing diamond armor, but I can't do both. Where should both qualities go in the coding?
Best Answer
You want to use the Riding: attribute when you spawn it in. This will produce a zombie chicken jockey in full diamond armor, with a diamond sword (the first item):
/summon Zombie ~ ~1 ~ {IsBaby:1,Riding:{id:Chicken},Equipment:[{id:276},{id:310},{id:311},{id:312},{id:313}]}
It's very likely that you just need to add Riding:{id:Chicken} to what you've currently got in your command block, and adjust the coordinates to fit.
The decimal values for armor and swords (or other weapons, etc) can be substituted to fit whatever need.
Editorial note - reader beware! It is extremely fun to do positively silly things with this and then realize you spent the whole day doing it.
Pictures about "How do I summon a chicken zombie jockey with diamond armor using a command block?"



How do you summon a chicken jockey with diamond armor?
Using the summon command: /summon chicken ~ ~ ~ {Passengers:[{id:zombie,IsBaby:1}],IsChickenJockey:1b} yields a chicken jockey.How do you summon a baby zombie villager riding a chicken with diamond armor command?
How to Enter the CommandHow do you summon a zombie villager chicken jockey?
First, you need to program the command block to summon a zombie with the /summon command. This /summon command will be run each time the command block is activated. So, stand in front of the command block with your pointer (the plus sign) on the command block and click on the right mouse button.How to Summon Zombie Chicken Jockey's
More answers regarding how do I summon a chicken zombie jockey with diamond armor using a command block?
Answer 2
OP Zombie Villager Chicken Jockey Command:
/summon zombie_villager ~ ~1 ~ {CustomName:"Your Worst Nightmare", CustomNameVisible:1,IsBaby:1,Equipment: [{id:diamond_sword,Count:1,tag: {ench:[{id:sharpness,lvl:10}]}}, {id:diamond_boots,Count:1,tag: {ench:[{id:protection,lvl:10}]}}, {id:diamond_leggings,Count:1,tag:{ench:[{id:protection,lvl:10}]}}, {id:diamond_chestplate,Count:1,tag:{ench:[{id:protection,lvl:10}]}}, {id:diamond_helmet,Count:1,tag:{ench:[{id:protection,lvl:10}]}}], Riding:{id:"Chicken",IsChickenJockey:1}}
Use this for good enchanted gear drops.
Answer 3
Try this command:
/summon PigZombie ~ ~ ~ {Equipment:[{id:276},{id:310},{id:311},{id:312},{id:313}],CustomName:lol Zombie,Riding:{id:"Chicken"IsChickenJockey:1}}
Answer 4
To summon a baby zombie with items, type this:
/summon Zombie ~ ~1 ~ {IsBaby:1,CustomName:Equipped Baby Zombie,Equipment:{[id:297]}]
and bam, there you go. Copy and paste this on your Minecraft server.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Anete Lusina, Sora Shimazaki, Vanessa Loring, Ivan Samkov
