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

/tellraw crashes clients

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.7, Minecraft 1.7.1, Minecraft 1.7.2
    • _All are affected_
    • Unconfirmed

      Problem

      I tried a few examples from Dinnerbone's gist using /rellraw. They may be outdated, however it should not crash clients.

      Fix

      By looking at the source, i think that "using" has been changed to "with". Again, the client should drop this message (eventually log it), but should not crash.

      Examples

      Causes all clients to crash:

      /tellraw @a {"color": "yellow","translate": "multiplayer.player.joined","using": ["Dinnerbone"]}
      

      works:

      /tellraw @a {"color": "yellow","translate": "multiplayer.player.joined","with": ["Dinnerbone"]}
      

            Unassigned Unassigned
            redstonesheep deleted
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: