#whats wrong with this command?

1 messages · Page 1 of 1 (latest)

silver grove
#

im trying to get the scoreboard after the words, like
money: 5
prestige: 2
plotid: 1

gaunt helm
#

Plotid and prestige need an extra }

#

Focus carefully on them

silver grove
#

alright give me a sec i gotta seperate them

#

/execute as @a run titleraw @s actionbar
{"rawtext":[{"text":"•Golden skygen• \n §eGoldencoins: "},{"score":{"name":"@s","objective":"money"}},
{"text": "\n prestige: "}, {"score":{"name":"@s","objective":"prestige"}},{"text":"\n plotid: "},{"score":{"name":"@s","objective":"plotid"}},
{"text":"\n rank: "},{"score":{"name":"@s","objective":"rank"}}]}