DiscordSRV

DiscordSRV

86.8k Downloads

Channel placeholder for discord to minecraft

SaitDev opened this issue · 4 comments

commented

Please parse ingame channel's placeholder on setting DiscordToMinecraftChatMessageFormat if avaible instead of only ChatChannelHookMessageFormat

Reason: %channelcolor% on ChatChannelHookMessageFormat will be useless if we have some color on DiscordToMinecraftChatMessageFormat too

commented

I don't get what your reasoning behind this is

commented

sorry for not clearly enough.
discordsrv have placeholer to help message has same color as ingame chat: ChatChannelHookMessageFormat: "%channelcolor%%message%"

but if we r also using %toprolecolor% : DiscordToMinecraftChatMessageFormat: %toprolecolor%%username% » %message%

the final message discordsrv parsing will be: %channelcolor%%toprolecolor%%username% » %message%
which mean %channelcolor% cant effect %message% but %toprolecolor% does

commented

Not possible due to the way code flows in the current version of DiscordSRV, potentially a fix for this with v2

commented

Duplicate of #254