forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 71
CastAtMarkSpell
JasperLorelai edited this page Nov 6, 2023
·
8 revisions
spell-class: ".instant.CastAtMarkSpell"Casts a spell at your mark.
| 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" |
castatmark:
spell-class: ".instant.CastAtMarkSpell"
mark-spell: mark
spell: explode
str-no-mark: "You do not have a mark specified"