- Now you can use any PlaceholderAPI placeholder in your chatbot's messages! For example you can create a feature named "how many blocks do I have mined" and have the description contain something along the lines of "You have %yourPlaceholder% blocks mined, congrats!", and the chatbot will reply to the player with their blocks mined! Works for any PAPI placeholder.
- Intelligent question detection has been added for users using the
Code (Text):
premium.scan-all-messages-for-questions
option. While it still may not be perfect, this is a significant improvement over the previous versions and is much less likely to pick up on unrelated messages!
-
Code (Text):
# Set to true if you would like to disable chatbot replies that don't answer a question from your dashboard
replies.disable-casual-conversation: false
has been added as a config option. Defaults to false.
- Fixed a bug where muted players could activate your chatbot. Also fixed a dashboard publishing issue that affected servers with a large amount of features.