Expected: Title will show a title
Actual: "Invalid Chat Component. Use jsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 at position 16: ... @a title <---[HERE]
Reproduce: /title @a title hi
Expected: Title will show a title
Actual: "Invalid Chat Component. Use jsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 at position 16: ... @a title <---[HERE]
Reproduce: /title @a title hi
That is because these commands use JSON format, for example:
/title @a title {"text":"hi"}
and it is same for command /team modify [team] prefix/suffix [something]