See Health Spell - MomoPewpew/MagicSpells GitHub Wiki

Source Code

spell-class: ".buff.SeeHealthSpell"

Targeting:

This spell can only be cast by/on players.

Description:

A buff spell that allows players to see their target's health bar.

Buff Uses:

  • Buff spell doesn't have Uses.

Configuration:

Option Description Default Value
bar-size Size of the health bar 20
update-interval The interval between the bar update 5
symbol Symbol used to create the bar "="

Example:

SeeHealth:
    spell-class: ".buff.SeeHealthSpell"
    cooldown: 300
    duration: 60
    symbol: "="
    bar-size: 20
    update-interval: 5
    str-fade: You cant see health bars anymore.