Hush/src/main/resources/config.yml

26 lines
702 B
YAML

# Discord webhook
webhook: ""
# Webhook cool down in minutes
cooldown: 5
watch_lists:
# Permission to check
# To enable the check for a user, give the 'hush.<watch_list>' permission
guest:
# "ban" category
ban:
# Filters to search for in chat
filters:
- "heck"
- "fricks"
# Optional, commands to run when a filter matches. {player} is replaced with the player's name.
commands:
- "ban {player}"
# Optional, should the message that matched the filter be cancelled. Default is "false".
cancel_msg: true
# "monitor" category
monitor:
# Filters to search for in chat
filters:
- "stupid"
- "dumb"