MEXCooldowns
Powerful and user-friendly plugin to manage command cooldowns, easily configure any command, and control display for different player groups.
📖About MEXCooldowns
MEXCooldowns
MEXCooldowns is a powerful and user-friendly plugin for managing command cooldowns on your Minecraft server. It allows you to easily create and configure cooldowns for any command, as well as fully control their display and behavior for different player groups.
Plugin supports:
- Fully customizable config, allowing you to change prefixes, messages, and cooldown parameters.
- Flexible time formatting: seconds, minutes, hours, days.
- Full LuckPerms integration: the plugin automatically detects the player's priority group and applies the corresponding settings.
- Ability to bypass restrictions for specific groups using the
bypasssetting. - Easy plugin management and reloads without errors.
- High optimization: data is stored in a fast runtime mode and only saved to
data.ymlon shutdown.
🚀 Config.yml
prefix: "&x&6&5&5&F&D&BMEXCooldowns &8» &r"
format:
seconds: "seconds"
minutes: "minutes"
hours: "hours"
days: "days"
messages:
no-permission: "You do not have permission to use this command!"
reload-success: "Plugin was reloaded!"
cooldown-active: "Please wait %time% before using %command%!"
groups:
default:
spawn: 10
admin:
bypass: true
🧩 How plugin works?
Main command for reload all plugin config

You can customize the time format however you like.

In Runtime mode, the plugin uses fast data structures instead of constantly working with data.yml.
On shutdown, it saves information to a separate file (data.yml).
On startup, it loads data from there and continues operating normally.

You can make bypass for your groups: Just add parameter Bypass: true at config

This is just half of all the features. You can customize any parameters and set everything up exactly the way you want!