nguyenquyhy / DiscordBridge

A Sponge plugin to integrate Minecraft server with a Discord channel
MIT License
31 stars 18 forks source link

Discord rank color not being shown ingame #74

Closed Tencao closed 7 years ago

Tencao commented 7 years ago

So according to the wiki, the discord rank is suppose to automatically convert the ranks color ingame, however it currently doesn't seem to work

Mohron commented 7 years ago

Discord allows you to use colors that Minecraft doesn't support. Change your role colors in discord to match a valid Minecraft Color.

Tencao commented 7 years ago

Anyway to allow us to pre-define colors that minecraft cant auto set in a config file? It would be easier than trying to match the colors up perfectly.

Something like group: Admin, color :&9

Mohron commented 7 years ago

You have to either use MC colors or per role configuration to set the color. https://github.com/nguyenquyhy/DiscordBridge/blob/master/examples/config-multiple.json#L37-L45

Tencao commented 7 years ago

Oh, I didn't realise it was already in, my bad. I'll close this then