Skip to content

Spell Haste Spell

JasperLorelai edited this page Mar 30, 2022 · 11 revisions

See Health Spell

Source Code

Buff spell that allows the entity to see your target's health bar.

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.
Clone this wiki locally