MEXCooldowns
Powerful and user-friendly plugin to manage command cooldowns, easily configure any command, and control display for different player groups.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
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: - High optimization: allowing you to change prefixes, messages, and cooldown parameters. - High optimization: seconds, minutes, hours, days. - High optimization: the plugin automatically detects the player's priority group and applies the corresponding settings. - High optimization: restrictions for specific groups using the `bypass` setting. - High optimization: and reloads without errors. - High optimization: data is stored in a fast runtime mode and only saved to `data.yml` on shutdown.
🚀 Config.yml
```yaml 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!