Hey, I've been tryinh to spawn a zombie with full diamond armour enchanted protection 11, heres my code:
/summon Zombie ~-1 ~0 ~0 {Attributes:[{Name:generic.movementSpeed,Base:0.1}], CanBreakDoors:1, ArmorItems:[{Count:1,id : diamond_boots{ench:[{id:0,lvl:11}]}, {Count:1,id:diamond_leggings{ench:[{id:0,lvl:11}]} }, {Count:1,id:diamond_chestplate{ench:[{id:0,lvl:11}]}}, {Count:1,id : diamond_helmet{ench:[{id:0,lvl:11}]}}]}
but all I get is unbalanced square brackets. I've checked and they're in the right places, how can I fix it!?