[Improvement] Ability to send different content to different channels
netish opened this issue ยท 2 comments
I have a few suggestions related to the title:
- I find the server activity messages and login messages would be better in another channel on my discord because they turn into spam.
- The option to disable login messages as well as afk messages in the config (thanks for adding the latter).
- I'd like to be able to kick players using the Mee6 Bot that mutes/kicks users on discord - is that possible? I can see that you have admin commands in the cfg, but I am confused how to implement and there is no documentation how to do so. =(
Again thanks for this great mod and your hard work!
For 1 and 2:
I am working on implementing most of it. (Disabling AFK messages is already implemented)
For 3:
It is documented in the config a little bit and it also contains an example which already has an admin only kick command. If you need help creating the config, I can help you making it. Assuming you only want to kick, use
S:JSON_COMMANDS={"kick":{"adminOnly":true,"mcCommand":"kick","description":"Kicks a player from the server","useArgs":true,"argText":"\u003cplayer\u003e [reason]"}}
(formatted for 1.12 config)
Just set up the bot to use /kick