How to summon a mob with armor in Bedrock?

If we can summon mobs with armor via commands in Java, can we do the same thing in Bedrock Edition?

1 Answer

You can use the replaceitemInfo command.

/summon skeleton
/replaceitem entity @e[type=skeleton,r=10,c=1] slot.armor.head 0 diamond_helmet
2

You Might Also Like