[e0f9eb6]
Innovation:
Added a new option to say that multiple words must be included in a message.
For example: how##anvil
So the plugin reacts only when messages like: "how can craft anvil" but not when anvil is written alone in the chat.
For this function "Contains: true" must be set
In config.yml you can set the key for disconnecting. Default: ##
Code (YAML):
Plugin:
responseKeys:
keywordSeperation
: '
##'
Changes:
- The option BungeeCord.Enable was removed from the config.yml -> it is queried from the T2CodeLib config.yml to not have to set it twice