FateUHC
  • FateUHC Overview
  • Database Setup
  • Commands & Permissions
  • FateUHC API
  • Bungee Announce Setup
  • Placeholders
  • HEX Colors
  • ActionBars
  • BuildUHC Practice
  • Death Message Chat Colors
  • Mob Spawn Rates
  • Custom Worlds (No Generation)
  • Scenario & Config List
  • Default Config Files
    • uhcconfiguration.yml
    • items.yml
    • leaderboards.yml
    • discord.yml
    • data.yml
    • language.yml
    • scoreboard-layout.yml
    • guiitems.yml
    • configmanagement.yml
    • cosmetics.yml
    • practice.yml
    • randomizer.yml
    • actionbar.yml
Powered by GitBook
On this page

Was this helpful?

ActionBars

Install & Setup

To enable ActionBars head to the actionbar.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}'

PreviousHEX ColorsNextBuildUHC Practice

Last updated 11 months ago

Was this helpful?