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

@e scoreboard tag order

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 15w42a
    • None
    • Unconfirmed

      Let's say an ArmorStand has 2 tags, working & armorstand.
      If we were to enter execute @e[type=ArmorStand,tag=working,tag=!armorstand] ~ ~ ~ say hi! it does not execute as expected, since our ArmorStand does have the armorstand tag.
      But when we type in execute @e[type=ArmorStand,tag=!armorstand,tag=working] ~ ~ ~ say hi! it does execute, even though we still have the armostand tag.
      It seems as though the order of which we enter the tags is dependent on whether or not it executes.

            Unassigned Unassigned
            Octavigon Michael Davis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: