Minecraft Blogs / Tutorial

1.8 Ultimate ArmorStands guide [100K+ views]

  • 191,899 views, 7 today
  • 146
  • 76
  • 179
TheRedEngineer's Avatar TheRedEngineer
Level 94 : Overlord Engineer
1,618
Hi guys!! Minecraft was updated to 1.8 and i want to make a guide on how to make cool things with the ArmorStands.
First i want to say one thing: I'm not english,this is the english that i've learned at school and on the internet.if i've done some grammar mistakes i want to apologize!
1.8 Ultimate ArmorStands guide [100K+ views]



Small introduction to the ArmorStands
The first thing is to summon an ArmorStand. Yes!The ArmorStands are entities and like the entities they fall down.

You can normally place an armor stand placyng the ArmorStand item on ground but it will be on the centre of the block.

Addictionally you can use a command to summon the ArmorStand in the same position of your body.



The command to spawn an ArmorStand is /summon ArmorStand ~ ~ ~ .You can use coordinates instead of the tildes (~)


To summon an ArmorStand with a rotation (like the signs) you have to add a "Rotation:[0f,0f]" and change the first 0 (zero) with a positive or negative number (remember that a complete rotation is 360°).
Here's the full command : /summon ArmorStand ~ ~ ~ {Rotation:[0f,0f]}
And here's an example : /summon ArmorStand ~ ~ ~ {Rotation:[20f,0f]}
1.8 Ultimate ArmorStands guide [100K+ views]
Spoiler - Tip: tildes (~)

The first tilde it's the X coordinate,the second is the Y coordinate and the third is the Z coordinate.
For example if you are facing to SOUTH and you want to summon the ArmorStand at your Left you have to write this ~1 ~ ~ if you want to summon it on your right you have to type ~-1 ~ ~. The same thing for the Y and Z's.

The first thing you can see it's that the ArmorStand will fall down. You can remove the gravity using "NoGravity:1"


/summon ArmorStand {NoGravity:1}
[spoiler=" What means ":1" and ":0""]The number "1" means "Yes". If you put number "0" it will mean "No"[/spoiler]


Now, let's add some arms to the armor stand.You have to add a "ShowArms:1" in the same brace ({}). /summon ArmorStand ~ ~1 ~ {NoGravity:1,ShowArms:1}
1.8 Ultimate ArmorStands guide [100K+ views]




You think that the BasePlate doesn't look good? You can remove it adding "NoBasePlate:1" inside the parentesis.Remember to add a comma between every attribute that you give to the ArmorStand.
/summon ArmorStand ~ ~ ~ {NoGravity:1,ShowArms:1,NoBasePlate:1}



All knows that the ArmorStands are made to keep armor and things on it.If you want you can make invisible armor stands.
The command is /summon ArmorStand ~ ~ ~ {NoGravity:1,ShowArms:1,NoBasePlate:1,Invisible:1}

TIP: You can see invisible ArmorStands like "ghosts" in /gamemode 3



Small ArmorStands

You can do the same ArmorStand types but with a small size. The only thing you have to do is to add a "Small:1" inside the parentesis.
Eg: /summon ArmorStand ~ ~ ~ {Small:1,Rotation:[20f,0f]}
Eg2: /summon ArmorStand ~ ~1 ~ {NoGravity:1,ShowArms:1,NoBasePlate:1,Small:1}























































Well now let's go a little more on the difficult!


In this part i will explain you how to move independent parts of the ArmorStand body.










•Step 1: Summon an ArmorStand with Arms,without the BasePlate and if you want with NoGravity.
You can directly copy this command: /summon ArmorStand ~ ~ ~ {NoGravity:1,ShowArms:1,NoBasePlate:1}


•Step 2: Before read the spoiler


Body parts
All ArmorStands have 6 body parts.
  1. Head
  2. LeftArm
  3. RightArm
  4. LeftLeg
  5. RightLeg
  6. Body
To move each part stay near the ArmorStand and type /entitydata @e[type=ArmorStand,r=2*] {Pose:{Head*²:[0f,0f,0f]*³}} without the *'s

*This is the radius of blocks in wich the command will work. you have to put a number (Example "r=3")
*²This is the body part. You have to insert the intrested body part you want to move (Example "{Pose:{LeftArm:[20f,10f,-45f]}}")
*³These are the different angles in which you can move the part (Example "[45f,-20f,92f]")



Ok now you have to write what part you want to move and wich angles it have to rotate.
Here's an example of the LeftLeg rotation (the ArmorStand LeftLeg will be like "I'm kicking this ball :mad:"): /entitydata @e[type=ArmorStand,r=3] {Pose:{LeftLeg:[50f,10f,-10f]}}



•Step 3: Now you have to move the entire ArmorStand to place it in the place you want (you can see in the image up one ArmorStand that is sitting on a stair).
The command it's simple and is: /tp @e[type=ArmorStand,r=1*] ~ ~ ~*² without the *'s


*This is the radius of blocks in wich the command will work. you have to put a number (Example "r=3")
*²This are the tildes,i explained how to use it on the spoiler "Tip: tildes (~)" . Of course you can look at this spoiler here:
Tip: tildes (~)
The first tilde it's the X coordinate,the second is the Y coordinate and the third is the Z coordinate.
For example if you are facing to SOUTH and you want to tp the ArmorStand 1 block at your Left you have to write this ~1 ~ ~ if you want to tp it 1 block on your right you have to type ~-1 ~ ~. The same thing for the Y and Z's.
p.s.:you can use decimal numbers like 0.5, 0.1, 0.001 to move the ArmorStand only a little bit





















































NOW LET'S DO SOMETHING DIFFERENT!



Video demonstration of mario trying to destroy a diamond block

As you can see on the video in the spoiler up here you can place blocks on the head of the ArmorStand,but you can do it only with commands.
The command to summon an ArmorStand with a block on his head is: /summon ArmorStand ~ ~ ~ {NoGravity:1,NoBasePlate:1,ShowArms:1,Equipment:[{},{},{},{},{id:152}]}
Sure!,you can put what block id you want where i put a "152".


Equipments

As you can see there are 5 groups of "{}" in the command.
  1. Hand equipment (for example {Diamond_Sword,Count:1}) REMEMBER to write "Count:1"!
  2. Boots equipment (for eample {Diamond_Boots,Count:1})
  3. Leggings equipment (for example {Leather_Leggings,Count:1})
  4. Chestplate equipment (for example {Iron_Chestplate,Count:1})
  5. Head equipment !You can place blocks! (for example {id:1} for stone block head



Here's an example of full diamond armor+diamond sword and Stone head ArmorStand summon:
!!ATTENCTION!! you can't write it in chat because it's too long:Use command blocks!!
summon ArmorStand ~ ~1 ~ {NoGravity:1,NoBasePlate:1,ShowArms:1,Equipment:[{id:diamond_sword,Count:1},{id:diamond_boots,count:1},{id:diamond_leggings,count:1},{id:diamond_chestplate,count:1},{id:1}]}




















































I MADE SOME FUNNY COMMANDS FOR YOU GUYS!



INCREDIBLE COMMANDS
Place a COMMAND BLOCK and copy/paste (ctrl+c/ctrl+v) this long command


/setblock ~ ~1 ~ command_block 0 replace {Command:"tellraw @p {'text':'a','color':'black','Underline':'false','obfuscated':'true','extra':[{'text':' Do not click me!','color':'dark_aqua','Underline':'true','obfuscated':'false','hoverEvent':{'action':'show_text','value':'naaah,Red_Engine said to click it,NOW!'},'clickEvent':{'action':'run_command','value':'/summon ArmorStand ~ ~1 ~ {NoGravity:1,ShowArms:1,NoBasePlate:1,Small:1}'}}]}",}

Activate the command block and see what happen!

/setblock ~ ~1 ~ command_block 0 replace {Command:"summon ArmorStand ~ ~1 ~ {NoGravity:1,NoBasePlate:1,ShowArms:1,Equipment:[{id:diamond_sword,Count:1},{id:diamond_boots,count:1},{id:diamond_leggings,count:1},{id:diamond_chestplate,count:1},{id:397}],Pose:{RightArm:[-80f,20f,0f],Head:[50f,10f,40f],LeftArm:[50f,0f,0f],Body:[0f,30f,0f],LeftLeg:[14f,30f,-20f]}}",}

This one will spawn a command block that will spawn an ArmorStand that looks like a skeleton looking strange at his sword



BIG P.S.:Thanks for all the diamonds/favourite/comments!!!
Tags

Create an account or sign in to comment.

1
07/27/2018 10:10 pm
Level 1 : New Miner
that_EMO_kid
that_EMO_kid's Avatar
Is There A Way To Have People Unable To Take Armor Or Items From An Armor Stand
1
06/22/2017 7:17 pm
Level 40 : Master Engineer
NoobDad
NoobDad's Avatar
This is great
1
05/27/2017 7:19 pm
Level 32 : Artisan Robot
ShadowBlaster725
ShadowBlaster725's Avatar
do you know how to make invisible armor stands run a command?
1
05/11/2017 2:23 pm
Level 1 : New Network
cool_11
cool_11's Avatar
helped a LOt THX
1
12/21/2016 6:19 pm
Level 1 : New Miner
UHCChampions_
UHCChampions_'s Avatar
lol cool xd love ur guide reg engeneering
1
11/21/2016 11:06 am
Level 7 : Apprentice Ranger
AkumuWulf
AkumuWulf's Avatar
Hey, this doesn't work anymore with 1.11. Is there anything that shows how to get arms on armor stands in 1.11?
1
12/11/2016 6:11 am
Level 2 : Apprentice Miner
spazzylemons
spazzylemons's Avatar
have you used the the name armor_stand instead of ArmorStand?
1
10/08/2016 8:34 am
Level 13 : Journeyman Explorer
TerraGameur
TerraGameur's Avatar
gg
1
09/30/2016 1:56 pm
Level 1 : New Miner
Foxlight_
Foxlight_'s Avatar
Hi, I need to make an invisible ArmorStand in 1.8.8 but all of the commands doesn't works.
Can you help me ? I really need that.
Thanks
Foxlight_
1
09/03/2016 5:07 pm
Level 1 : New Miner
DCMan2004
DCMan2004's Avatar
PLS PLS I NEED HALP. I need to know how to make armor stands that have heads hold heads in their hands!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome