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

title and tellraw inconsistent JSON parsing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Minecraft 17w45b
    • Minecraft 1.12.2
    • Windows 10, Java 8 64-bit, using MultiMC launcher.
    • Unconfirmed

      The title command will parse this JSON as having a text attribute.

      title @a {text: "Hello, World!"}
      

      The tellraw command will NOT parse this JSON as having a text attribute. It will not throw any errors, it will just quietly fail to output text.

      tellraw @a {text: "Hello, World!"}
      

      Instead, this workaround is required:

      tellraw @a {"text": "Hello, World!"}
      

            Unassigned Unassigned
            nupanick Nicholas Lamicela
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: