I have a command block with /function cosmo:prep which works fine but the summon armor_stand ~ ~3 ~ {Tags:[A],Invisible:1b,Invulnerable:1b} fails to summon the armor stand in. I did the command manually in spectator from the exact same location where the command block is and it works fine also that armor stand command also works fine when activated by a command block but doesnt work in mcfunction for some reason
Linked issues
Attachments
Comments 6
create a datapack, put the summon armor_stand ~ ~3 ~ {Tags:[A],Invisible:1b,Invulnerable:1b} command in a function then execute the function by a command and it doesn't summon the armor stand, hope this helps 🙂
here is a world i set up, seems to summon the armor stand but armor stand dissapears after a few seconds, when you press the button and /kill @e[tag=A] it does say "killed armor stand" but press the button, wait 5/10 seconds then run /kill @e[tag=A] it says no entity was found
Thanks 🙂 However your issue is a duplicate of MC-135385. The armorstand falls through the world after being summoned.
Cannot reproduce