enable duration permissions in LibertyBans

This commit is contained in:
cuqmbr 2025-08-03 13:07:25 +03:00
parent 7741c86fc7
commit 266e1b6a22
Signed by: cuqmbr
GPG Key ID: 1F62396D020F375C

View File

@ -9,11 +9,13 @@ durationPermissions:
# Specify all the durations which you want to explicitly grant permission for.
permissions-to-check:
- 'perm'
- '4h'
- '30d'
- '10d'
- '7d'
- '14d'
- '28d'
- '90d'
- '180d'
# If disabled, players are not checked for duration permissions.
enable: false
enable: true
# Formatting of absolute dates
date-formatting:
@ -25,7 +27,7 @@ date-formatting:
# What language file should be used for messages?
# For example, 'en' means LibertyBans will look for a file called 'messages_en.yml'
lang-file: 'en'
lang-file: 'ru'
# Options related to punishment enforcement and alt account checking
#
# -- Alt Account Enforcement and Checking --