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

Player or entity selectors don't get turned into player or entity names in the "summon" JSON argument

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 14w20b
    • None
    • Unconfirmed

      When using a command block with the command set to...

      summon Wolf ~ ~2 ~ {CustomName: "@p" , Owner: "@p" }
      

      ...the summoned wolf will have the name @p instead of the actual player name and belongs to the non-existing player with the name @p.

      When using the new selector JSON format for texts introduced in the latest snapshot, e.g. like...

      summon Wolf ~ ~2 ~ {CustomName: {selector: "@p"} , Owner: {selector: "@p"} }
      

      ...the wolf does not have any name.

            Unassigned Unassigned
            the.modificator The.Modificator
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: