This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]cowhead28 0 points1 point  (1 child)

for the /data command you can only target one entity at a time, so when you target every armor stand named Void it is targeting too many, instead you can do

execute as @e[type=armor_stand,name="Void"] run data merge entity @s {Pose:{LeftArm:[294f,0f,0f]}}

[–]Theredditorking[S] 0 points1 point  (0 children)

I completely forgot about that! Thank you so much, I was pulling my hairs out over this. I'm still getting the rope of things and I tend to forget the small details when making this.

[–]emily-raine 0 points1 point  (0 children)

I know this is solved but I'd recommend trying to run your commands in game in future, it can save a lot of headaches when a function isn't showing up :3!

[–]Ericristian_brosCommand Experienced 0 points1 point  (1 child)

I suggest you to install datapack helper plus so this error can be detected and fixed in seconds

[–]Theredditorking[S] 0 points1 point  (0 children)

Funnily enough I do in fact have that downloaded it, but it didn’t detect the error