Skip to content
AkitoBurrito edited this page May 26, 2022 · 18 revisions

Cleanse Spell

Source Code

Description: Targeted spell. Removes debuffs/buffs and Spells like buffs, stuns, etc.

Configuration:

Option Description Default Value
remove List of spells or status effects to remove. "fire", "hunger", "poison", "wither"
  • To remove spells use those prefixes:
    • dot:spellName
    • stun:spellName
    • buff:spellName
    • orbit:spellName
    • silence:spellName
    • levitate:spellName
    • loop:spellName
  • If you want to remove all spells of a certain type use * instead of the spell name.

Example:

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