CastAtMarkSpell - MomoPewpew/MagicSpells GitHub Wiki
spell-class: ".instant.CastAtMarkSpell"
Description:
Instant spell. Casts a spell at your mark.
Configuration Options:
| Option | Description | Default Value |
|---|---|---|
mark-spell |
The internal name of the mark spell. | "" |
spell |
The internal name of the spell you want to cast at the mark. | "" |
str-no-mark |
The message to send when the player doesn't have a mark set. | 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"