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

JSON Parse on tellraw and title commands.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 16w02a
    • None
    • Minecraft Snapshot 15w51b and 16w02a
      Java 1.8.0_25 64-bits
    • Unconfirmed

      When trying to use tellraw and title commands without quotes on variable identifier it returns a JSON Parse error: "Invalid json: malformed JSON at line 1 column 3". The commands work on Minecraft 1.8.8 and 1.8.9.

      Command Used:
      /title @a title {score:{name:"PLAYER NAME",objective:"OBJECTIVE"}} DOESN'T WORK
      /title @a title {"score":{"name":"PLAYER NAME","objective":"OBJECTIVE"}} WORKS

      same as title,
      Don't Work
      /title @a title

      {text:"Hello"}

      Works
      /title @a title

      {"text":"Hello"}

      It doesn't matter if used by chat or by command block.(JSON Parser Error)

            Unassigned Unassigned
            Taimander01 samuel sanchez tarango
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: