Skip to content
JasperLorelai edited this page Nov 6, 2023 · 8 revisions

Source Code

spell-class: ".instant.CastAtMarkSpell"

Description:

Casts a spell at your mark.

Configuration:

Option Description Type Default
mark-spell The internal name of the mark spell. String
spell The internal name of the spell you want to cast at the mark. String
str-no-mark The message to send when the player doesn't have a mark set. Rich Text "You do not have a mark specified"

Example:

castatmark:
  spell-class: ".instant.CastAtMarkSpell"
  mark-spell: mark
  spell: explode
  str-no-mark: "You do not have a mark specified"

Clone this wiki locally