Skip to content
JasperLorelai edited this page Jan 10, 2024 · 18 revisions

Source Code

spell-class: ".targeted.CleanseSpell"
Value Supported
entity true
location false
entity_from_location false

Description:

Removes debuffs/buffs and Spells like buffs, stuns, etc.

Configuration:

Option Description Type Default
remove List of spells or status effects to remove. String List [fire, hunger, poison, wither]
  • To remove spells use those prefixes:
    • dot:spellName
    • stun:spellName
    • buff:spellName
    • loop:spellName
    • orbit:spellName
    • silence:spellName
    • levitate:spellName
    • totem:spellName - Since 4.0 Beta 13 patch 1
  • If you want to remove all spells of a certain type use * instead of the spell name.

Example:

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

Clone this wiki locally