CleanseSpell - TheComputerGeek2/MagicSpells GitHub Wiki

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 spell cleansers or status effects to remove. String List [fire, hunger, poison, wither]

Spell Cleansers:

Formatted by (type):(filter):

  • The type can be:
    • buff
    • dot
    • levitate
    • loop
    • orbit
    • silence
    • stun
    • totem (Since 4.0 Beta 13 patch 1)
  • The filter:
    • Before 4.0 Beta 14 you can only list either a singular spell (e.g. stun:stunName) or * for 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).

Other cleansers:

Example:

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

Magic without writing Java

This is just some padding so that the header linking experience is better.

MagicSpells Icon
⚠️ **GitHub.com Fallback** ⚠️