Skip to content

OffhandCooldownSpell

MomoPewpew edited this page Jul 28, 2023 · 7 revisions

Source Code

spell-class: ".OffhandCooldownSpell"

Description:

Displays the cooldown of the configured spell on the item stack in the player's offhand slot.

Configuration Options:

Option Description Default Value
item The item is placed in the slot and used to display the cooldown. Can be in string format using the Cast Items format or a configuration section using the Magic Items format. stone
spell The spell to display the cooldown of.

Example:

offhandcooldown:
  spell-class: ".OffhandCooldownSpell"
  item: stone
  spell: prayer
Clone this wiki locally