Allows for toggling of the scoreboard and if enabled configuring it.
Code (Text):
scoreboard:
enabled: true
# The title of the scoreboard
title: '§a§l⚠ Character ⚠'
component:
# The info component displays information about a Hero
info:
enabled: true
title: '§3✪ Hero Info ✪'
class:
enabled: true
format:
# {0} = class name
# {1} = level
# {2} = experience
short: ' §4{0}§d L§f: §a{1}§f - {2}%'
# {0} = class name
# {1} = level
# {2} = experience
long: ' §4{0}§d Lvl§f: §a{1}§f - {2}%'
long-length: 11
health:
enabled: true
# {0} = current health
# {0} = max health
format: '§4 ❤ §c{0}§f / §c{1}'
# If the health and mana lines should be merged when the threshold below is higher than the current health
merge-mana: true
merge-mana-threshold: 100
mana:
enabled: true
# {0} = current mana
# {0} = max mana
format: '§9 ⦿ {0}§f / §9{1}'
stamina:
enabled: true
# {0} = current stamina
# {0} = max stamina
format: '§3 ✳ {0}§f / §3{1}'
party:
enabled: true
title: '§6✰ Party ✰'
# {0} = member name
# {1} = member display name
# {2} = health colour
# {3} = health percentage as an integer
member-format: ' {2}{0}§f: {2}{3}%'