I did this and TamedEggs https://www.spigotmc.org/resources/tamedeggs.82544/
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.8
- 1.15
- 1.16
- Source Code:
- https://github.com/natowb/UseCooldowns
after seeing a bukkit request thought id upload them here to see if anyone had a use for them or any suggestions
Current Features
Config Example
- set cooldowns for potions
- set cooldowns for items
PermissionsCode (YAML):
# #########################
# Created by NatoWB
# https://github.com/natowb
# #########################
# Prefix: sets the display of the plugin when it messages players
# itemDelays: is the list of items to give delays to
# Examples:
# birch_sapling:100
# horse_spawn_egg:100
# Examples:
# jump:100 -- Gives delay of 5 seconds to potions of type jump
# fire_resistance:100 -- Gives delay of 5 seconds to potions of type fire resistance
prefix: '[&aUse Cooldowns&r]'
useCooldowns:
- birch_sapling:100
consumeCooldowns:
potions:
- jump:100
- fire_resistance:100
food:
- golden_apple:100
Code (YAML):usedelay.bypass # allows players to ignore cooldown restrictions. Defaults to false