forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 71
UnbindSpell
JasperLorelai edited this page Nov 23, 2024
·
1 revision
spell-class: ".command.UnbindSpell"This spell unbinds the passed spell (or * for all spells) from the held item if they were previously bound to it. You can pass a spell using spell (or * for all spells) using cast arguments are passed either with the cast command or subspell args.
Since 4.0 Beta 13 some of these options support dynamic values through numeric or string expressions.
| Option | Description | Type | Default | Supports expressions |
|---|---|---|---|---|
allowed-spells |
Spells allowed to be unbound by this Unbind spell. | String List | false |
|
str-usage |
Message sent if no cast arguments were passed. | Rich Text | "You must specify a spell name." |
true |
str-no-spell |
Rich Text | "You do not know a spell by that name." |
true |
|
str-not-bound |
Rich Text | "That spell is not bound to that item." |
true |
|
str-unbind-all |
Rich Text | "All spells from your item were cleared." |
true |
|
str-cant-unbind |
Rich Text | "You cannot unbind this spell" |
true |
-
str-cast-self:-
%s: Spell name.
-