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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fateuhc.bghddevelopment.com/actionbars.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
