Skip to main content

Cooldowns

Display cooldowns on the client's HUD

note
  • Users must have the Cooldowns mod enabled for cooldowns to show up.

Sending a cooldown

CheatBreakerAPI.getInstance().sendCooldown(Player player, CBCooldown cooldown)

Clearing a cooldown

CheatBreakerAPI.getInstance().clearCooldown(Player player, CBCooldown cooldown)