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