HelpSpell - TheComputerGeek2/MagicSpells GitHub Wiki
spell-class: ".command.HelpSpell"
Displays cast information of the passed spell through the cast command or subspell args
..
Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.
Option | Type | Default |
---|---|---|
require-known-spell |
Boolean | true |
str-usage |
Rich Text | "Usage: /cast help <spell>" |
str-no-spell |
Rich Text | "You do not know a spell by that name." |
str-desc-line |
Rich Text | "%s - %d" |
str-cost-line |
Rich Text | "Cost: %c" |
-
str-desc-line
:-
%s
: Spell name. -
%d
: Spelldescription
.
-
-
str-cost-line
:-
%c
: Spell'sstr-cost
.
-