CleanseSpell - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

spell-class: ".targeted.CleanseSpell"

targeting cast argument values:

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]

Spell Cleansers:

  • Before 4.0 Beta 14 you can only list either a singular spell (e.g. stun:stunName) or all spells of the type (e.g. stun:*).
  • Since 4.0 Beta 14 you can use a String Spell Filter (e.g. buff:*, buff:#orbitEffects,wing_effects).
  • List:
    • buff
    • dot
    • levitate
    • loop
    • orbit
    • silence
    • stun
    • totem (Since 4.0 Beta 13 patch 1)

Other cleansers:

List:

Example:

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