DiscordBridge icon indicating copy to clipboard operation
DiscordBridge copied to clipboard

Do I need a new Roles with each discord rank?

Open ResqDiver1317 opened this issue 7 years ago • 1 comments

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 } } },

ResqDiver1317 avatar Nov 04 '17 22:11 ResqDiver1317

well, that was a paste fail... Lets try this again https://pastebin.com/9126bFVb Here is the full file paste if it helps https://pastebin.com/GDdhYXxU

ResqDiver1317 avatar Nov 04 '17 22:11 ResqDiver1317