Changes
- Rewrote the plugin
- Supports more than one chatbot
- Reworks the commands
- Removed regexes, these will be re-added at a later date
MULTI-BOTS
The bots are now saved in plugins/ChatBot/bots
Each bot has its own yml file
Most of the plugin.yml is useless, it would be better to just copy the config.yml and let it regenerate
COMMANDS
chatbot <enable <botname|all>|disable <botname|all>|reload <config|botname|all>|list|add <botname> <message> <response>>
chatbot enable <botname|all> - chatbot.enable - Allows you to enable a certain bot or all of them
chatbot disable <botname|all> - chatbot.disable - Allows you to disable a certain bot or all of them
chatbot reload <config|botname|all> - chatbot.reload - Allows you to reload the config, a certain bot or every bot
chatbot list - chatbot.list - Shows you a list of every chatbot
chatbot add <botname> <message> <response> - chatbot.add - Allows you to add a misc response to a certain bot, botname being the bot to add it to, message being what the player said, and the response being what the bot responds with