Skip to content

Consume Cooldown consume-cooldown

This feature provides features for things that are consumable such as golden apples.

Config

Overview

Here's an example of a defined item cooldown in the config:

    some-cooldown-name:
      time: 600
      item-material: GOLDEN_APPLE
      damage: 1
      clear-on-death: true
This will add a 600-second cooldown to enchanted golden apples.
The damage specification refers to the item's 'extra data'. In older versions, some items shared the same type with differing 'damage'.

persist-cooldown

Makes cooldowns persist through reboots.

only-count-down-if-online

Only counts down cooldowns if the player is online.

no-cooldown-worlds

A list of worlds in which no cooldowns apply.

Command

There is no command for this feature.

Permissions

  • Base Level - Nothing.
  • Admin Level - Bypass cooldowns.