Hush/src/main/resources/config.yml

20 lines
444 B
YAML

# Discord webhook
webhook: ""
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"