Skip to content
JasperLorelai edited this page May 19, 2024 · 2 revisions

Source Code

spell-class: ".command.UnbindSpell"

Description:

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.

Configuration:

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

Additional Placeholders:

  • str-cast-self:
    • %s: Spell name.
Clone this wiki locally