mojira.dev
MC-154093

/team modify [team] prefix/suffix [something] and /title gives error.

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

Comments 2

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]

As mentioned in other comment, this command now uses chat component syntax, like

/title @a title "hi"

Aryston

(Unassigned)

Unconfirmed

(Unassigned)

Minecraft 1.14.2

Retrieved