Have you ever wanted to use the
Shield Cooldown /
Ender Pearl Cooldown /
Chorus Fruit Cooldown /
Goat Horn Cooldown mechanic? This simple plugin lets you control that behavior for
any item or material you want, all with a single command. Download
PlaceholderAPI if you need the additional placeholder.
Command usage:
Code (Text):
/ecooldown <MATERIAL> <DURATION_IN_TICKS> <PLAYER>
- <MATERIAL>: Due to Minecraft's internal limitations, only IDs can be used to apply the cooldown.
- <DURATION_IN_TICKS>: The duration of the cooldown in ticks (20 ticks = 1 second).
- <PLAYER>: The target player who will receive the cooldown. Must be online.
PlaceholderAPI:
Code (Text):
%ecooldown_<MATERIAL>%
- Returns the remaining cooldown (in ticks) for the specified material on the player.
- A return value of 0 means the item is currently not on cooldown for that player.