Configuration

# Default OceManaBar Config file
#
# enabled: [true|false] - easy enable or disable this plugin without remove it.
# manabarType: [1|2]
#     1: ascii.
#     2: textures.
# maxMana: [number] - Copy here the value of max mana of your MagicSpells config file (default 100).
# showNumeric: [true|false] - choose if add a number after the mana bar with [CurrentMana]/[TotalMana].
# posX: [number] - Set X position of mana bar.
# posY: [number] - Set Y position of mana bar.
# height: [number] - Set height of mana bar. WARNING: if you are using textures, do not use a number less than 8
# width: [number] - Set width of mana bar.  WARNING: if you are using textures, do not use a number less than 4
# textureColor1: [color name] - Set the first color of the gradient that compose the mana bar
# textureColor2: [color name] - Set the second color of the gradient that compose the mana bar
# backgroundColor1: [color name] - Set the color of the top-background of the mana bar
# backgroundColor2: [color name] - Set the color of the bottom-background of the mana bar
# segmentChar: [number] - For ascii mana bar, set wich characters it have to use.
# size: [number] - For ascii mana bar, set how many characters it have to print.
enabled: true
manabarType: 2
maxMana: 100
showNumeric: true
posX: 10
posY: 10
height: 9
width: 80
textureColor1: blue
textureColor2: cyan
backgroundColor1: black
backgroundColor2: black
segmentChar: "|"
size: 50


Comments

Posts Quoted:
Reply
Clear All Quotes