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

@a, @e, and any UUID references work incorrectly after a player dies.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 14w05a
    • Minecraft 14w02c, Minecraft 14w03b, Minecraft 14w04a, Minecraft 14w04b
    • Windows 8

      java version "1.7.0_45"
      Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
      Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode, sharing)
    • Confirmed

      Summary:
      When a Player or Command Block uses @a, @e, or a UUID, the command returns a successful message but isn't properly executed. Examples:

      /give @a minecraft:stone

      Chat messages output to indicate items were given, however it drops them near world spawn, or at the spawn point of the player (this is something I haven't properly tested).

      /clear @a

      Even if the player has items, the command will say there were no items to remove.

      /xp 30L @a

      Will indicate that has given 30 levels to the players, however no levels will be received.

      /gamemode 1 @a

      Assumed from survival. Hearts will disappear, etc. and the client will be able to fly, however they will be kicked if they fly for to long.

      Reproduction:

      1. Open a world
      2. Type

      /give @a minecraft:stone

      and note result.
      3. Type

      /kill

      .
      4. Type

      /give @a minecraft:stone

      and compare result to that of #2.

            dinnerbone [Mojang] Nathan Adams
            Fayti1703 Manuel Gwosdz
            Votes:
            5 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: