This is a simple plugin for making a cooldown for food items and drinkable potions.
Features
- Prevents users from eating items for a specified cooldown. All values can be modified in config.yml
- Any player with the "gapCooldown.ignore" permission will not be affected by the plugin. The permission is given to OPs by default
Adding items and potions
New cooldowns can be added by adding lines in the following format to the config.yml file:
<item-id>:
cooldown: <number>
or for potions: (A list of effects can be found
here and should be inputted as all lower case)
potion:
<effect>:
cooldown: <number>