Skip to content
JasperLorelai edited this page Nov 23, 2024 · 1 revision

Source Code

spell-class: ".command.HelpSpell"

Description:

Displays cast information of the passed spell through the cast command or subspell args..

Configuration:

Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

OptionTypeDefault
require-known-spellBooleantrue
str-usageRich Text"Usage: /cast help <spell>"
str-no-spellRich Text"You do not know a spell by that name."
str-desc-lineRich Text"%s - %d"
str-cost-lineRich Text"Cost: %c"

Additional Placeholders:

  • str-desc-line:
    • %s: Spell name.
    • %d: Spell description.
  • str-cost-line:
    • %c: Spell's str-cost.

Clone this wiki locally