Minecraft 1.12 Customizable Armor Stands Tutorial

Minecraft Tutorial Playlist ► http://www.youtube.com/playlist?list=PLEB388783144C45A8
This minecraft tutorial will show you how to customize your armor stands using command blocks!

How To Find Spawn Chunks Minecraft 1.8 Tutorial
https://www.youtube.com/watch?v=wQrmAps0Udo&list=PLEB388783144C45A8

Links!
● Second Channel https://www.youtube.com/c/xisumatwo
● Livestreams http://www.twitch.tv/xisuma
● Twitter https://twitter.com/xisumavoid
● Facebook http://on.fb.me/xisuma_facebook
● Website http://www.xisumavoid.com
● Patreon https://www.patreon.com/xisuma

Command Blocks (Repeat, Always Active)
entitydata @e[type=armor_stand,name=arms,tag=!arms] {ShowArms:1,Tags:["arms"]}
entitydata @e[type=armor_stand,name=plate,tag=!plate] {NoBasePlate:1,Tags:["plate"]}
entitydata @e[type=armor_stand,name=small,tag=!small] {Small:1,Tags:["small"]}
entitydata @e[type=armor_stand,name=point,tag=!point] {Pose:{RightArm:[270f,0f,0f]},Tags:["point"]}
entitydata @e[type=armor_stand,name=name,tag=!name] {CustomNameVisible:1b,Tags:["name"]}
entitydata @e[type=armor_stand,name=glow,tag=!glow] {Glowing:1,Tags:["glow"]}
entitydata @e[type=armor_stand,name=float,tag=!float] {NoGravity:1,Tags:["float"]}
entitydata @e[type=armor_stand,name=invincible,tag=!invincible] {Invulnerable:1,Tags:["invincible"]}

entitydata @e[type=armor_stand,name=visible,tag=!visible] {Invisible:0,Tags:["visible"]}
entitydata @e[type=armor_stand,name=invisible,tag=!invisible] {Invisible:1,Tags:["invisible"]}

Other series on my channel
Hermitcraft V Playlist ► http://xisuma.co/hermitcraft5
Foolcraft Playlist ► http://xisuma.co/fool
Minecraft Tutorials Playlist ► http://xisuma.co/tutorials
Minecraft 1.12 Update Playlist ► http://xisuma.co/updates
Do You Know Minecraft? Playlist ► http://xisuma.co/doyouknow
Minecraft Myth Busting Playlist ► http://xisuma.co/mythbusting
Minecraft Showcase Playlist ► http://xisuma.co/showcase
Loading More!