Skip to content
ChronoKeeper edited this page Dec 30, 2019 · 18 revisions

Cleanse Spell

Targeted spell. Removes debuffs/buffs and Spells like buffs, stuns, dots, silences, levitates.

Configuration Options:

Option Description Default Value
remove list of debuffs/buffs to remove. "fire", "hunger", "poison", "wither"

To remove spells use those prefixes:

  • buff:buffSpellName
  • dot:dotSpellName
  • stun:stunSpellName
  • silence:silenceSpellName
  • levitate:levitateSpellName

If you want to remove all spells of a certain type use *:

- buff:* - this will cleanse all buff spells from the target

Example:

cleanse:
  spell-class: ".targeted.CleanseSpell"
  name: cleanse
  cast-item: stick
  cooldown: 10
  target-self: true
  remove:
    - fire
    - slowness

Clone this wiki locally