Skip to content

CleanseSpell

MomoPewpew edited this page Jul 28, 2023 · 10 revisions

Source Code

spell-class: ".targeted.CleanseSpell"

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