Skip to content
ChronoKeeper edited this page Jul 17, 2019 · 7 revisions

ShadowstepSpell

Description:

Targeted Spell. Teleports the caster to the target.

Configuration Options:

Option Description Default Value
yaw Modifies yaw of the location by the set value. 0
pitch Modifies pitch of the location by the set value. 0
distance Distance from the target. (overrides relative-offset) -1
relative-offset Relative offset applied at the target's location. -1,0,0
str-no-landing-spot Message sent to the caster when there isnt a safe spot to teleport. "Cannot shadowstep there."

Spell Example:

Shadowstep: 
    spell-class: ".targeted.ShadowstepSpell"
    name: Shadowstep
    cast-item: stick
    cooldown: 15
    relative-offset: -1,0,0
    can-target: players,nonplayers

Clone this wiki locally