Cannot separate the commands log from the main chat
silasclockwork opened this issue ยท 3 comments
Describe the bug
I am struggling to find the way to send all of the normal MC chat logs to my ingame chat channel, and send just the command logs to a admin view only command log channel.
If I missed something, I'd love to know. If this isn't an unintentional bug, this is me giving you a feature request.
Thanks!
Your config file
No response
This doesn't looks like a "core" feature for mc2discord. I believe it should stay a "chat bridge". Tracking command usage looks like an additional feature that could go as an addon mod that you could develop yourself and plug to mc2discord (you mod would add your own subscription type)
Well, that's cool, I thought about doing that but I figured I'd break something. While yes, that does do the core function I was asking about, I suppose "command" didn't quite do what I thought. I was looking for logs of what commands are being inputted by players and admins. Slash commands, or game mode changes. Ways to track if people are abusing certain accesses they are granted. Discord Integration Forge mod does it, but I am wanting to switch to your mod, because it is much more seamless so far, and haven't encountered the malarkey that DIF has given us.
I will reiterate that I love that you can just add channels to display the info we can to specific channels like that, no complaints there. Just hoping for a log of just slash commands being inputted by players/admins.
Hello,
Is something like this configuration doing what you want ? If not could you details the behavior you want different?
[Channels]
[[Channels.Channel]]
id = 123456789123456789 #channel for chat messages
subscriptions = ["info", "chat", "command"]
mode = "WEBHOOK"
[[Channels.Channel]]
id = 987654321987654321 # channel for console logs
subscriptions = ["logs", "command"]
mode = "WEBHOOK"