1
Armor stand not turning invisible with command (SOLVED)
I am trying to turn a Armor stand invisible in my survival world for decoration, but every time I use the command (/effect give @e[type=minecraft:armor_stand] minecraft:invisibility infinite 0 true) it says it has give the armor stand the effect but it doesn't actually turn invisible. I am on 1.20.1
5
The invisibility effect doesn't work on item frames & armor stands. Try doing "execute as @e[type=armor_stand] run data merge entity @s {Invisible:1b} "
Tried it but it doesn't do any thing. There are no error messages.
It should work. Don't forget to add the /
I figured it out it dose work I just was stupid and typed it as (/execute at) instead of (/execute as). Thanks for the help.
thumb_up
