Hush/src/main/resources/config.yml

22 lines
487 B
YAML

# Discord webhook
webhook: ""
# Webhook cool down in minutes
cooldown: 5
watch_lists:
# Permission to check
# To enable the check, give the group the 'hush.<watch_list>' permission
guest:
ban:
# Filters to search for
filters:
- "heck"
- "fricks"
# Commands to run {player} is replaced with the player's name
commands:
- "ban {player}"
monitor:
# Filters to search for
filters:
- "stupid"
- "dumb"