Query with @e and multiple scoreboard tags depends on order
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]
2015-09-26, 11:50 PM
2015-09-26, 11:52 PM
2015-09-26, 11:52 PM
0
1
-