defaults:
reason: 'No reason provided' # Default message when not adding a punish reason
ban-duration: 'permanent' # Default ban duration when not adding punish duration
mute-duration: 'permanent' # Default mute duration
kick-reason: 'Kicked by staff' # Default kick reason when not adding a kick reason
ban-reasons: # Premade ban reasons
- Cheating
- Xray
- Exploiting
- Griefing
- Staff disrespect
mute-reasons: # Premade mute reasons
- Spam
- Toxicity
- Advertising
- Harassment
- Staff disrespect
time:
permanent-label: 'Permanent'
expired-cleanup-on-start: true
# True = Old bans are deleted on server start. Keeps the database clean
# False = Expired bans stay in storage forever. needs manual cleanup
# I recommend it leaving it on "true" because the DB will bloat over time
mute:
block-commands: # Block commands when muted
- msg
- message
- tell
- w
- whisper
- r
- reply
- me
- minecraft:msg
- minecraft:tell
- minecraft:w
- minecraft:me
gui:
refresh-after-action: true
messages:
date-format: 'yyyy-MM-dd HH:mm:ss'
website:
enabled: false # enable ban, mute list website
host: '0.0.0.0'
port: 0 # open a new port on for your server and add it here