Armor Stand not detectable in item form. EXP: after an armor stand is broken or is thrown on to the ground as an item, the command: /testfor @e[type=item, name=armor_stand, r=20] returns no result. Expected behavior would be the same as paintings. Breaking a painting drops the painting as an item that can be detected using /testfor @e[type=item, name=painting, r=20].
Comments 3
Oh my gosh...thank you. So much time spent on such a simple oversight. You are a genuinely smart and helpful person. Thanks again!
You would have put /testfor @e[type=item,name="Amour Stand"]
as it is an item, armor_stand is it's entity name.
And if your language is US English or UK English it would vary "Armor Stand"
or "Armour Stand"
Hope this helps 🙂