QoL/src/main/resources/config.yml

52 lines
1011 B
YAML

# MakeMe needs the UUID of each player who can run it, since it can't rely on a permission node
# Make sure all UUID are in dash format
makeme:
uuids:
- 'uuid1'
- 'uuid2'
- 'etc'
# Can either be PermissionsEX or LuckPerms
engine: 'LuckPerms'
# A list of commands to send to Discord if anyone uses them
audit:
enabled: true
webhook: ''
commands:
- tp
- teleport
- mute
- unban
# To disable, set minutes to 0
schedule:
frequency: 60 # In minutes
commands:
- 'save-all'
# To disable, set minutes to 0
reminders:
frequency: 5 # In minutes
color: '&a'
messages:
- 'Check out the Discord!'
# A list of links for link command aliases, separated by a comma between name and URL
links:
- 'Discord,https://discord.gg/invite'
server-list:
# Set max to 0 to disable
max: 0
motd: ''
favicon: 'qol.png'
disable-fire:
lava: false
flint_and_steel: false
spread: false
lightning: false
fireball: false
ender_crystal: false
explosion: false