DiscordSRV

DiscordSRV

86.8k Downloads

Possibly add the option to format each channel separately

cliffness opened this issue · 1 comments

commented

In the plugin we define our channels to link, like so:
Channels: {"global": "404148539879587841", "admin": "420633838935343123"}

Then the formatting part works for all channels using this:
DiscordToMinecraftChatMessageFormat: " &r⦑%toprolecolor%%toprole%&r⦒ %username%: %message%"
DiscordToMinecraftChatMessageFormatNoRole: "[&bD&r][%username% » %message%"

Not sure if its possible to add more formatting like how you did with NoRole, but for more channels, like so:
DiscordToMinecraftChatMessageFormatGlobal: " &r⦑%toprolecolor%%toprole%&r⦒ %username%: %message%"
DiscordToMinecraftChatMessageFormatAdmin: " &r⦑%toprolecolor%%toprole%&r⦒ %username%: %message%"
DiscordToMinecraftChatMessageFormatNoRole: "[&bD&r][%username% » %message%"

Hopefully I was clear enough for you. Sorry if not.

commented

This was added by #1054