timderspieler / DeluxeCombat-Issues

Official repository for feature requests and bug reports related to DeluxeCombat
0 stars 0 forks source link

[API] add ability to set the cooldown of an item for a player. #90

Open Xefreh opened 1 month ago

Xefreh commented 1 month ago

Description

It would be good to have a method like void setItemCooldown(Player player, Material material, int time); that change the cooldown of an item.

Exemple of a use case: Integration with worldguard to be able to set regions where there is no enderpearl cooldown.

Category

General

Configuration

none