# CHATBOT CONFIGURATION
# can_remind_in_sequence - true: reminder can be sent even if another reminder was sent for another category recently
# name - must be the exact category name (ex: resource_pack)
# delay_after - delay after player's message is sent to do reminder in ticks (0 for instant)
# delay_between - delay between reminders in ticks (per category unless can_remind_in_sequence is false) (0 for none)
# response - reminder message (ex: response: 'You can't fly.' would output "TIP: You can't fly.")
# keys - are keywords that must be sent IN ADDITION to whatever words are marked to be WITH_KEYS.
# ANY word in a WITH_KEYS category must also contain a KEY word to send a response.
# ANY words in a WITHOUT_KEYS category doesn't require a KEY to send a response.
# Made by jacob - add me on discord at jacob#9967 for questions