# FAQ

### How do I get the action bar with health and mana to always show on the screen?

Set `action-bar.idle` to true in config.yml.

### How do I use mana?

See <https://wiki.aurelium.dev/gameplay/mana-abilities>

### Why does it say "Player does not have a Skills profile!" when trying to open the skills menu? / Why are the items in the skills menu missing?

Restart the server. You likely reloaded the server, which is not supported and will break things.

### Will you ever support 1.8?

No. Too much would have to be re-coded and features would be cut.

### Is there a developer API?

Yes, find the dependency info at the bottom of the [README](https://github.com/Archy-X/AureliumSkills). The main class is AureliumAPI, which contains static methods you can use.

### How do I uninstall the plugin and remove extra hearts

To uninstall, put the plugin back and run `skills resethealth` in the console when no players are online. Then immediately remove the plugin and restart.


---

# 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://wiki-archive.aurelium.dev/other/faq.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.
