Custom Cooldowns
If a player has a custom cooldown, it will override their regular global or player-specific cooldown, effectively acting as a bypass.
Enabling custom cooldowns
CustomCooldowns: 'false'
You can enable this setting inside of the features.yml
. You can use custom cooldowns for players with specific permissions. This can be used to give players a shorter or even longer cooldown than the default one.
Adding custom cooldowns
You can add / edit the custom cooldowns ./extras/custom_cooldowns.yml
Setup intructions:
Each custom cooldown requires:
Name
Permission
Cooldown period
Custom cooldowns will override the global and player-specific cooldowns set in the
config.yml
.Define the cooldown duration in minutes.
Example configuration
The plugin processes configurations from top to bottom, so the highest rank should be listed at the top.
Last updated