SeeHealthSpell - TheComputerGeek2/MagicSpells GitHub Wiki
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:
Since 4.0 Beta 13 some of these options support dynamic values through numeric or string expressions.
Option | Description | Type | Default | Supports expressions |
---|---|---|---|---|
bar-size |
Size of the health bar | Integer | 20 |
true |
constant-bar-size |
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true |
true |
update-interval |
The interval between the bar update | Integer | 5 |
false |
symbol |
Symbol used to create the bar | String | "=" |
true |
constant-symbol |
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true |
true |
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.