> For the complete documentation index, see [llms.txt](https://fateuhc.bghddevelopment.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fateuhc.bghddevelopment.com/actionbars.md).

# 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}'
```
