Summoning a specific entity in Minecraft using commands

//ads -- adsterra.com -- native banner
?>
What would be the command to summon a baby zombie that is invisible (not invincible), with oak leaves on its head, holding a stick, that follows you around?
If you could create the command for me, I would greatly appreciate it! :D
Best Answer
The command that will summon what you want is:
/summon Zombie ~ ~1 ~ {IsBaby:1,Equipment:[{id:"minecraft:stick"},{},{},{},{id:"minecraft:leaves"}],ActiveEffects:[{Id:14,Amplifier:0,Duration:2147483647,ShowParticles:0b}]}
IsBaby
makes the zombie a baby. The Equipment
list specifies what it has in its hand (a stick) and head (leaves). In the ActiveEffects
list is a potion effect with an Id
of 14, which is invisibility.
Pictures about "Summoning a specific entity in Minecraft using commands"



Minecraft Commands: /summon Tutorial
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, Yan Krukov