Skip to content
JasperLorelai edited this page Jul 16, 2026 · 9 revisions

Source Code

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

Description:

A targeted spell that removes marks near a targeted location.

Configuration:

Since 4.0 Beta 13 some of these options support dynamic values through numeric or string expressions.

Option Description Type Default Supports expressions
radius Radius of the spell. Float 10 true
power-affects-radius Since 4.0 Beta 13. Boolean true true
point-blank When true, the spell will be cast on the caster's location. When false, the spell will be cast on the targeted block. Boolean false true
mark-spell Internal name of the mark spell. String false

Example:

RemoveMarks:
    spell-class: ".targeted.RemoveMarksSpell"
    radius: 20
    power-affects-radius: false 
    point-blank: true 
    mark-spell: Mark
    str-cast-self: You have removed your mark. 

Clone this wiki locally