Team and objective display name text formats don't use raw JSON format and don't have corresponding command/functions to match them.
Linked issues
Comments 7
Quick edit: the set_name function actually CAN create names in raw json, but I wasn't formatting it correctly. There wasn't much information on this loot table function and the wiki doesn't even have it listed.
Incorrect format for set_name in raw json:
"functions": [
{
"function": "set_name",
"name": "{\"text\":\"purple name\",\"color\":\"light_purple\"}"
}
]
Correct format for set_name in raw json:
"functions": [
{
"function": "set_name",
"name": {"text":"purple name","color":"light_purple"}
}
]
Lore already has a report, and player names (no matter if fake or not) aren’t translated; reducing the ticket to scoreboard objectives and teams.
@unknown "Confirmed" means merely that a Mod or Helper has reproduced this issue. It does not mean, that it is considered a bug. Mojang developers are the only ones who decide that when there is not already a Mojang statement where a solution can be derived from.
"Community Consensus" is when a user confirmed the issue.
Great. Now that this is fixed, can someone fix MC-123772 which is a little bit more important? (And which has been around for way longer)
I wasn't entirely sure if this was a bug or just inconsistencies, but I figured I'd add this to the bug tracker.