Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-89505

Query with @e and multiple scoreboard tags depends on order

XMLWordPrintable

    • Icon: Bug 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]

            Unassigned Unassigned
            Adrodoc55 Adrodoc55
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: