MEXCooldowns
PluginLicenseRef-All-Rights-Reserved

MEXCooldowns

Powerful and user-friendly plugin to manage command cooldowns, easily configure any command, and control display for different player groups.

7
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖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 bypass setting.
  • Easy plugin management and reloads without errors.
  • High optimization: data is stored in a fast runtime mode and only saved to data.yml on 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

Just type /mexc reload, for reload all plugin

You can customize the time format however you like.

Just change prefix or data format in config, and type /mexc reload

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.

High optimization

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

Bypass: true, for make bypass for server administrators

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