I was trying to send exclusively advancement embeds to a separate channel using the Discord-Integration.toml config, under [advanced] with advancementChannelID = "<id of the different channel>", but after saving and reloading it would continue to put advancement messages into the default channel. I tried changing the chatOutputChannelID = "<channel>" to the secondary channel and it did work (for exclusively the chat category as intended), so that's why I believe specifically the advancementChannelID config setting is being ignored or something. I don't understand Minecraft modding but after wandering around in the code I'm like 60% sure (lol) that the reason is the advancement messages are always forwarded to the serverChannelID config setting instead, which overlaps with joins/leaves which I don't want to be together. If you can look into it, I'd greatly appreciate it, this project is very cool and the configurability everywhere else was working and convenient! Thanks!
I was trying to send exclusively advancement embeds to a separate channel using the Discord-Integration.toml config, under
[advanced]withadvancementChannelID = "<id of the different channel>", but after saving and reloading it would continue to put advancement messages into the default channel. I tried changing thechatOutputChannelID = "<channel>"to the secondary channel and it did work (for exclusively the chat category as intended), so that's why I believe specifically theadvancementChannelIDconfig setting is being ignored or something. I don't understand Minecraft modding but after wandering around in the code I'm like 60% sure (lol) that the reason is the advancement messages are always forwarded to theserverChannelIDconfig setting instead, which overlaps with joins/leaves which I don't want to be together. If you can look into it, I'd greatly appreciate it, this project is very cool and the configurability everywhere else was working and convenient! Thanks!