Kropers » Articles » How do you change armor stand poses in Minecraft Java 1.15?

How do you change armor stand poses in Minecraft Java 1.15?

How do you change armor stand poses in Minecraft Java 1.15?
Articles
5.9К
0

How do you change armor stand poses in Minecraft Java 1.15?

Well, changing the poses of these:

This means you first need to spawn one with u201carms.u201d Spawning an armor stand with arms with use the following command:

/data merge entity @e[type=armor_stand,limit=1] {ShowArms:1}

This will give you arms:

But how do you make poses with the armor stands?

In Bedrock Edition, you can pose the armor stand without commands by simply right-clicking on the armor stand while crouching.

However,

In the Java Edition of the game, you have to input commands.

So what is the command(s)?

Well summoning one is very complicated. You need to know that each of the limbs is a separate object floating.

One that has itu2019s head looking down will have the command:n /summon ArmorStand ~ ~ ~ {Pose:{Head:[30.0f,0.0f,0.0f]}}

Changing each of the numbers before .0f can be changed to your desire to match. Itu2019s in the XYZ format.

If you want to the pose the arm?

Just add this:

/summon ArmorStand ~ ~ ~ {Pose:{LeftArm[20.0f,4.0f,20.0f],[RightArm[20.0f,40.0f,30.0f]}}

You get the idea?

Here are the objects on the armor stand:

RightLeg - The Right leg

LeftLeg - The Left leg

Head - The Head

RightArm - The Right arm

LeftArm - The Left Arm

Using the format of the command:

/summon Minecraft:ArmorStand ~ ~ ~ {Pose:{[0.0f,0.0f,0.0f]

The limb format:

{[0.0f,0.0f,0.0f]

Just change to one of the objective limb aliases.

It is best to fiddle around with the command to get a hang of the usage of the command.


Best of luck! If you have further questions feel free to post them on Quora, comment below, or message me!

~JM

 

Votes: 1 | Rating: 5
Comments (0)
Information
Users of Guest are not allowed to comment this publication.
×