Closed BazZziliuS closed 5 months ago
Which Minecraft version and mod loader are you using?
Which Minecraft version and mod loader are you using?
Client:
Minecraft 1.20.1 Forge 47.2.32
Server:
Mohist: 1.20.1-733 Forge: 47.2.32 NeoForge: 47.1.105 Bukkit: 997de31d CraftBukkit: ddc9a2dad Spigot: d2eba2c8
This seems to be an issue with how minecraft serializes and deserializes component colors that have an alpha channel. I'm not sure why this works in singleplayer but doesn't on servers, but you can fix it by removing the alpha value in your colors like this:
"name": [
{ "text": "Тр", "color": "#01AFFD" },
{ "text": "оф", "color": "#37C1C8" },
{ "text": "ей", "color": "#78D585" },
{ "text": " Бе", "color": "#BBEB42", "bold": "true" },
{ "text": "ск", "color": "#FCF800", "bold": "true" },
{ "text": "он", "color": "#FDCB00", "bold": "true" },
{ "text": "еч", "color": "#FEA400", "bold": "true" },
{ "text": "но", "color": "#FE7D00", "bold": "true" },
{ "text": "сти", "color": "#FF6000", "bold": "true" }
]
It's funny, but I added a tooltip with the colors that I threw above and they work fine.
Thanks
I made a custom trophy and gave it a color name, but it's not colored on the server, but it's colored in a single game