Zepsi's CommandCooldown. A simple Command Cooldown plugin.
A lightweight Minecraft plugin that adds customizable, permission-based cooldowns to any command on your server.
plugins folderplugins/ZCommandCooldown/ directory to customize the plugincooldowns.yml)cooldowns:
repair: # Command that a cooldown will be applied to.
aliases: # Other aliases for the command. All share the same cooldown.
- fix
- erepair
durations: # Set durations of cooldown according to permission. If player has multiple of these perms, the lowest duration is used.
default: 600 # 600 seconds for players by default
group.group1: 120 # 2 minutes for players with group.group1 permission
group.group2: 60 # 1 minute for players with group.group2 permission
custom.repair.fast: 30 # 30 secods for players with the custom.repair.fast permission