ActionBars
To enable ActionBars head to the uhcconfiguration.yml and change the following:
ACTIONBAR:
ENABLED: false
FINAL-HEAL: true
GRACE-PERIOD: true
BORDER: true
to
ACTIONBAR:
ENABLED: true
FINAL-HEAL: true
GRACE-PERIOD: true
BORDER: true
Feel free to change any of the options to true/false depending on your wants.
To change the messages that appear please go to the scoreboard-layout.yml and change the following:
VARIABLES:
FINAL-HEAL: '&aFinal Heal&7: &f{time}'
GRACE-PERIOD: '&aGrace Period&7: &f{time}'
The border option of ActionBar can currently not be changed and is pulled from the plugin using the {borderInfo} format.
Last modified 14d ago