
CustomCooldownsPlus
Minecraft Plugin that implements fully customised cooldowns for any material / item
Список изменений
NEW FEATURE: LINKED COOLDOWNS
When an anchor material is used and there is a linked cooldown attatched to it, all "secondary" materials attatched to the anchor material are put on cooldown for the specified amount of time
-
4 New commands
-
AddLinkedCooldown [AnchorMaterial] [SecondaryMaterial] [Seconds]
-
RemoveLinkedCooldown [AnchorMaterial] [SecondaryMaterial]
-
ClearLinkedCooldowns
-
ClearCooldowns
-
Bug Fixes
-
Fixed bug where a cooldown would restart when one was already applied by interacting with the item whilst it was on cooldown
-
Fixed bug where players could bypass cooldowns by holding the itemstack outside of their inventories for the tick that the cooldown applied for
Changes
-
/ListCooldowns
- New formatting, shows non linked cooldowns first (if any) then linked cooldowns
-
Global
-
Added support for decimals in adding cooldowns
-
Added new methods of setting cooldowns, should be more universal with cooldowns being set properly
-
