Skip to content

⌛ Project Essentials Cooldown API - additional module for Essentials; Just controlling player command spamming.

License

Notifications You must be signed in to change notification settings

ProjectEssentials/ProjectEssentials-Cooldown

Repository files navigation

Project Essentials Cooldown: cooldown module for Project Essentials.

What is it

This module is responsible for cooldown Minecraft commands. The mod adds a delay for the use of commands, prevents command-spamming and limits the number of uses for a certain time. A mod can also create cooldown for command aliases. The delay and other settings are controlled by the configuration of the mod. Useful information and documentation are here.

You can also use the API, for example, as a delay in the use of an item or the like, but instead of commands, you can use identifiers. (This is one of the ideas for use by third-party developers).

One more step

Compatibility

Currently mod branch supported forge version 28.0.X and 28.1.X (Minecraft 1.14.4).

Credits