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

Target selector stops parsing its arguments if an entry is not <argument>=<value>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 16w38a
    • Minecraft 1.10.2, Minecraft 16w35a, Minecraft 16w36a
    • None
    • Confirmed

      1. Put or summon at least two armor stands
      2. /say @e[type=armor_stand,argument=anyvalue,c=1] (where "anyvalue" can be even "") will find 1 armor stand (invalid argument was ignored, which is MC-101249)
      3. /say @e[type=armor_stand,=anyvalue,c=1] (no argument)
        /say @e[type=armor_stand,anyvalue=anyvalue=anyvalue,c=1] (multiple equals signs)
        /say @e[type=armor_stand,anyvalue,c=1] (no equals signs)
        These commands will find all armor stands - this means that everything after an invalid entry was ignored

            grum [Mojang] Grum (Erik Broes)
            SunCat [Mod] SunCat
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: