ProjectEssentials / ProjectEssentials-Cooldown

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:Kotlin 79.1%Language:Groovy 20.9%