Mojira Archive
MC-37025

/tellraw crashes clients

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"]}

Duplicate

deleted

2013-10-25, 02:53 AM

2013-10-26, 12:07 PM

2013-10-26, 12:07 PM

1

1

Unconfirmed

crash, json, multiplayer

Minecraft 1.7, Minecraft 1.7.1, Minecraft 1.7.2

-