# Configuration file
####################
# _general
#===================
# General and/or miscellaneous options.
####################
_general {
# The string that makes up health bars.
S:bar=|
# The color code (0-f) for health bars.
# (See )
S:color=a
# The color code (0-f) for damaged health bars.
S:color_damaged=4
# The maximum health bar length. If this is 0, a number will be displayed instead of a health bar.
I:max_size=20
# If this is true, the max health will be shown.
B:show_max=true
# How the health bar shows information. Valid styles: percent, hearts, health
S:style=percent
}
|