ManaSpell - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

spell-class: ".instant.ManaSpell"

Description:

Instant spell. A spell that restores mana.

Configuration:

Option Description Type Default
mana How much mana to restore. Negative value takes mana instead. Integer 25
power-affects-mana Since 4.0 Beta 13. Boolean true

Example:

mana:
  spell-class: ".instant.ManaSpell"
  name: mana
  cooldown: 30
  cast-item: stick
  cost:
    - health 2
  str-cost: "2 health"
  mana: 25