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

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.

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"

Additional Placeholders:

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