BGHDDevelopment®
Browse FateUHC
FateUHC documentation
Minecraft 1.8–26.x

ActionBars

Install & Setup

To enable ActionBars head to the actionbar.yml and change the following:

Configuration / Code
ACTIONBAR:
  ENABLED: false
  FINAL-HEAL: true
  GRACE-PERIOD: true
  BORDER: true

to

Configuration / Code
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:

Configuration / Code
VARIABLES:
  FINAL-HEAL: '&aFinal Heal&7: &f{time}'
  GRACE-PERIOD: '&aGrace Period&7: &f{time}'