-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w39c
-
None
-
Java: 1.8.0_45 64bit
-
Unconfirmed
When using the new scoreboard tags with a testfor command. The success can depend on the order in wich you specify the tags in a selector (@e).
Steps to reproduce:
-Make sure there are some entities besides the player in the world.
-/scoreboard players tag @p add test
Now this will correctly find the player:
-/testfor @e[tag=!blub,tag=test]
And this will incorrectly find all entities (I am not sure if it will find the player)
-/testfor @e[tag=test,tag=!blub]
- duplicates
-
MC-86686 The last tag overwrites other ones/Cannot testfor multiple tags (selectors)
- Resolved