/tellraw command doesn't work
Linked issues
Comments 6
Please do not mark unreleased versions as affected.
You don't have access to them yet.
--- This action was performed automagically. If you believe this was done erroneously, please :light_bulb_on: raise an issue.
You require quotes around both the keys and their values
that still doesn't work, for example im doing /tellraw @a "Hello"
its not working
Tellraw @a {"text":"hello"}

The tellraw command now requires strict JSON, which no longer allows you to just use a string (text in quotation marks) for the data. You now need to use the curly braces {} and keys, which must be enclosed in quotation marks. For example:
/tellraw @a {"text":"Hello"}
This ticket is incomplete. Please review the guidelines before reporting issues.
For technical support please use the Mojang Support Center.
--- This action was performed automagically. If you believe this was done erroneously, please :light_bulb_on: raise an issue.