Skip to content

LocationSpell

MomoPewpew edited this page Jul 28, 2023 · 9 revisions

Source Code

spell-class: ".LocationSpell"

Description:

The Location Spell casts another spell at a configured location. Rather than use the caster's position or where they are looking, this spell will always cast at the configured location and cannot be redirected.

Configuration Options:

Option Description Default Value
location The location at which the spell will cast, written as worldname,x,y,z,yaw,pitch. world,0,0,0
spell The sub-spell to cast at the configured location.

Example:

location:
  spell-class: ".LocationSpell"
  location: world,0,0,0
  spell: blink
Clone this wiki locally