Showing posts with label armor. Show all posts
Showing posts with label armor. Show all posts

Sunday, September 24, 2017

Green Armor

This commands summons a suit of green armor.

Put this command into a impulse command block (Orange) un-conditional and needs redstone.

/summon armor_stand ~ ~1 ~ {CustomName:"Green Clothed Armor Stand",CustomNameVisible:1,Tags:["tag"],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{Unbreakable:1,display:{color:316427}}},{id:"minecraft:leather_leggings",Count:1b,tag:{Unbreakable:1,display:{color:316427}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{Unbreakable:1,display:{color:316427}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{color:316427}}}]}


Friday, July 28, 2017

Blue Armor

Summons a suit of brilliant blue dyed armor.

Put this command into a impulse command block (Orange) un-conditional and needs redstone.

/summon armor_stand ~ ~1 ~ {CustomName:"Blue Clothed Armor Stand",CustomNameVisible:1,ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{Unbreakable:1,display:{color:255}}},{id:"minecraft:leather_leggings",Count:1b,tag:{Unbreakable:1,display:{color:255}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{Unbreakable:1,display:{color:255}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{color:255}}}]}


Wednesday, July 26, 2017

Red Armor

Put this command into a impulse command block (Orange) un-conditional and needs redstone.
This summons a suit of brilliant red dyed armour.  (British spelling for fun.)

/summon armor_stand ~ ~1 ~ {CustomName:"Red Clothed Armor Stand",CustomNameVisible:1,ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{Unbreakable:1,display:{Name:"Red Boots",color:16711680}}},{id:"minecraft:leather_leggings",Count:1b,tag:{Unbreakable:1,display:{Name:"Red Pants",color:16711680}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{Unbreakable:1,display:{Name:"Red Chestplate",color:16711680}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{Name:"Red Helmet",color:16711680}}}]}