forked from nisovin/MagicSpells
- Notifications
You must be signed in to change notification settings - Fork 72
HelpSpell
JasperLorelai edited this page Nov 23, 2024
·
1 revision
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.