Skip to content

separate advancement message destination channel ID config does not work #45

Description

@valsei

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions