Xujiayao / Discord-MC-Chat

Discord-MC-Chat (DMCC), formerly known as MC-Discord-Chat and MCDiscordChat (MCDC), is a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric
https://blog.xujiayao.com/posts/4ba0a17a/
MIT License
61 stars 34 forks source link

[Bug] Incompatibility with Beautified Chat mod #113

Open BUBUSTEIN13 opened 1 year ago

BUBUSTEIN13 commented 1 year ago

Checks

Java Version

17

Minecraft Version

1.19.2

MCDiscordChat Version

2.1.2

Description

This mod interference with Beautified chat mod

To Reproduce

Add This mod + Beautified chat mod + Collective. Start the server. Configure MCDiscordChat. Restart the server. Join the server. send something in chat. Boom. Beautified chat doesn't work

Log

No problems in Log.

Config

{ "generic": { "language": "en_us", "botToken": "TOKEN", "botPlayingStatus": "Fabric | Minecraft", "botListeningStatus": "", "webhookUrl": "", "channelId": "970962678849888316", "consoleLogChannelId": "970962683656536144", "updateNotificationChannelId": "", "useUuidInsteadOfName": true, "avatarApi": "https://mc-heads.net/avatar/%player%.png", "broadcastPlayerCommandExecution": true, "broadcastSlashCommandExecution": true, "announceServerStartStop": true, "announcePlayerJoinLeave": true, "announceDeathMessages": true, "announceAdvancements": true, "broadcastChatMessages": true, "formatChatMessages": true, "allowMentions": true, "useServerNickname": true, "discordNewlineLimit": 3, "announceHighMspt": true, "msptCheckInterval": 5000, "msptLimit": 50, "notifyUpdates": true, "mentionAdminsForUpdates": true, "updateChannelTopic": true, "channelTopicUpdateInterval": 600000, "excludedCommands": [ "/msg", "/tell", "/tellraw", "/w" ], "adminsIds": [ "" ] }, "multiServer": { "enable": false, "host": "127.0.0.1", "port": 5000, "name": "SMP", "botIds": [] }, "customMessage": { "unformattedResponseMessage": "", "unformattedChatMessage": "", "unformattedOtherMessage": "", "unformattedCommandNotice": "", "formattedResponseMessage": "", "formattedChatMessage": "", "formattedOtherMessage": "", "formattedCommandNotice": "", "serverStarted": "<:check:992788321463967834> The server has started", "serverStopped": "<:no:992788982163308615> The server has stopped", "joinServer": "", "leftServer": "", "deathMessage": "", "advancementTask": "", "advancementChallenge": "", "advancementGoal": "", "highMspt": "", "offlineChannelTopic": "", "onlineChannelTopic": "", "onlineChannelTopicForMultiServer": "" }, "latestVersion": "2.1.2", "latestCheckTime": 1667836166505 }

Xujiayao commented 1 year ago

Try disable formatChatMessages?