Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Armor Stand Variables with Commands
- Normal Armor Stand
- /summon ArmorStand ~ ~ ~
- With Arms
- /summon ArmorStand ~ ~ ~ {ShowArms:1}
- Small Version
- /summon ArmorStand ~ ~ ~ {Small:1}
- With Out Baseplate
- /summon ArmorStand ~ ~ ~ {NoBasePlate:1}
- Invisible
- /summon ArmorStand ~ ~ ~ {Invisible:1}
- No Gravity
- /summon ArmorStand ~ ~ ~ {NoGravity:1}
- Disabled Slots Slots are 1, 2, 3, 4, 5
- /summon ArmorStand ~ ~ ~ {DisabledSlots:(Slot(s) You Want)}
- Preconfigured Position Parts are RightArm, LeftArm, Body, RightLeg, LeftLeg, Head then [0f, 0f, 0f]
- 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.
- /summon ArmorStand ~ ~ ~ {Pose:{(Part)[#f, #f, #f]}
- Add Equiptment
- /summon ArmorStand ~ ~ ~ {Equiptment:[{}{}{}{}{Id:(Item/Block)}]}
- Rotate
- /summon ArmorStand ~ ~ ~ {Rotate:0f, 0f, 0f}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement