Skip to content
JasperLorelai edited this page May 19, 2024 · 7 revisions

Source Code

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

Description:

A targeted spell that sets entity's gliding state.

Configuration:

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

Option Type Default
target-state Boolean State "toggle"

Example:

glide:
    spell-class: ".targeted.GlideSpell"
    range: 20
    target-state: toggle
    can-target: nonplayers
Clone this wiki locally