Advertisement
spider6516

Armor Stand Commands

Aug 12th, 2014
10,956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Armor Stand Variables with Commands
  2. Normal Armor Stand
  3. /summon ArmorStand ~ ~ ~
  4. With Arms
  5. /summon ArmorStand ~ ~ ~ {ShowArms:1}
  6. Small Version
  7. /summon ArmorStand ~ ~ ~ {Small:1}
  8. With Out Baseplate
  9. /summon ArmorStand ~ ~ ~ {NoBasePlate:1}
  10. Invisible
  11. /summon ArmorStand ~ ~ ~ {Invisible:1}
  12. No Gravity
  13. /summon ArmorStand ~ ~ ~ {NoGravity:1}
  14. Disabled Slots Slots are 1, 2, 3, 4, 5
  15. /summon ArmorStand ~ ~ ~ {DisabledSlots:(Slot(s) You Want)}
  16. Preconfigured Position Parts are RightArm, LeftArm, Body, RightLeg, LeftLeg, Head then [0f, 0f, 0f]
  17. First #f is up and down, down positive and up is negative. Second #f is left and right, left is negative and right is positive/ The third #f is tilting it left and right.
  18. /summon ArmorStand ~ ~ ~ {Pose:{(Part)[#f, #f, #f]}
  19. Add Equiptment
  20. /summon ArmorStand ~ ~ ~ {Equiptment:[{}{}{}{}{Id:(Item/Block)}]}
  21. Rotate
  22. /summon ArmorStand ~ ~ ~ {Rotate:0f, 0f, 0f}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement