diff --git a/src/plugins/LibertyBans/config.yml b/src/plugins/LibertyBans/config.yml index 88a9a0f..97c8951 100644 --- a/src/plugins/LibertyBans/config.yml +++ b/src/plugins/LibertyBans/config.yml @@ -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 --