You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set it so all our roles from discord are colored properly into the game side, I have this currently for my config but so far, the only role that is showing the proper color in game is the Administrator. All the others is falling back to the green default color name we are using. Do I need to do "roles": { leading into each rank?
"roles": { "Administrator": { "chatTemplate": "&4%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } "Moderator": { "chatTemplate": "&5%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } "Premium": { "chatTemplate": "&B%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } "Member": { "chatTemplate": "&6%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } },
The text was updated successfully, but these errors were encountered:
I am trying to set it so all our roles from discord are colored properly into the game side, I have this currently for my config but so far, the only role that is showing the proper color in game is the Administrator. All the others is falling back to the green default color name we are using. Do I need to do "roles": { leading into each rank?
"roles": { "Administrator": { "chatTemplate": "&4%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } "Moderator": { "chatTemplate": "&5%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } "Premium": { "chatTemplate": "&B%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } "Member": { "chatTemplate": "&6%a &7%s", "attachment": { "hoverTemplate": "Click to open attachment.", "allowLink": true } } },
The text was updated successfully, but these errors were encountered: