When trying to add a prefix to a team, it only works with true and false.
As the error message indicates, it's a JSON text component – the same you would use in /tellraw or /title. Hence, you'll need to format your text as such:
/tellraw
/title
"Builder"
{"text":"Builder"}
Reporter: EmmettLego
Assignee: (Unassigned)
Created: 2018-05-28T17:57:00Z
Updated: 2025-03-15T17:51:41Z
Resolved: 2018-05-28T17:59:49Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category:
Labels:
Affects Versions: Minecraft 18w21b
Fix Versions:
Retrieved 2025-06-09T16:10:52Z
As the error message indicates, it's a JSON text component – the same you would use in
/tellraw
or/title
. Hence, you'll need to format your text as such: