# Hotbar/Hud Series

<figure><img src="/files/uJwpdEzrhnoeEujRyGwg" alt=""><figcaption><p>Our brand-new Hotbar/Hud texxture -<a href="https://builtbybit.com/resources/demonic-hotbar-hud-animation.53663/"> <strong>Demonic Hotbar/Hud</strong></a></p></figcaption></figure>

{% hint style="success" %}
All Hotbar/HUD packages from HyronicStudios share the same format; you only need to follow the instructions on this page for all packages
{% endhint %}

## Dependencies

<table><thead><tr><th width="239">Name</th><th>Link</th><th>Version</th><th>Required</th></tr></thead><tbody><tr><td><strong>BetterHud</strong></td><td><a href="https://www.spigotmc.org/resources/%E2%AD%90betterhud%E2%AD%90a-beautiful-hud-plugin-you-havent-seen-before%E2%9C%85auto-resource-pack-build%E2%9C%85.115559/"><strong>Download</strong></a></td><td>Latest</td><td><strong>Required</strong></td></tr><tr><td><strong>PlaceholderAPI</strong></td><td><a href="https://www.spigotmc.org/resources/placeholderapi.6245/"><strong>Download</strong></a></td><td>Latest</td><td><strong>Required</strong></td></tr><tr><td><strong>PlayerPoints</strong></td><td><a href="https://www.spigotmc.org/resources/playerpoints.80745/"><strong>Download</strong></a></td><td>Latest</td><td>Optional</td></tr><tr><td><strong>Vault + Economy plugin</strong></td><td><a href="https://www.spigotmc.org/resources/vault.34315/">Download</a></td><td>Latest</td><td>Optional</td></tr><tr><td><strong>ItemsAdder</strong></td><td><a href="https://www.spigotmc.org/resources/%E2%9C%A8itemsadder%E2%AD%90emotes-mobs-items-armors-hud-gui-emojis-blocks-wings-hats-liquids.73355/"><strong>Purchase</strong></a></td><td>Latest</td><td>See <mark style="color:orange;"><strong>WARN</strong></mark> below</td></tr><tr><td><strong>Oraxen</strong></td><td><a href="https://www.spigotmc.org/resources/%E2%98%84%EF%B8%8F-oraxen-custom-items-blocks-emotes-furniture-resourcepack-and-gui-1-18-1-21-1.72448/"><strong>Purchase</strong></a></td><td>Latest</td><td>See <mark style="color:orange;"><strong>WARN</strong></mark> below</td></tr></tbody></table>

{% hint style="warning" %}
**Oraxen** and **ItemsAdder**: you **only need one** for your server to use our configuration package. **ItemsAdder** is highly recommended.
{% endhint %}

## Installation

{% hint style="danger" %}
Before following the installation tutorial, make **100% sure that you have a backup** in case something goes wrong.
{% endhint %}

{% stepper %}
{% step %}

### Install hard-dependencies plugin:

* You need to install **BetterHUD**, **ItemAdder**/**Oraxen** (Just one) and **PlaceholderAPI** for the base hotbar/hud display
* There is two economies in the top-right hud, you need to install **Vault** & **PlayerPoint** to display them
* If you want to use Mana bar, you need to install **MMOcore**
  {% endstep %}

{% step %}

### Copy BetterHud, ItemsAdder/Oraxen, PlaceholderAPI from the package to your server plugin folder.

{% endstep %}

{% step %}

### For ItemsAdder users:

Add **"BetterHud/build"** to **`merge_other_plugins_resourcepacks_folders`** in your **config.yml** of ItemsAdder folder. This will allow ItemsAdder to merge your BetterHud asset.

{% code title="ItemsAdder/config.yml" lineNumbers="true" %}

```yaml
merge_other_plugins_resourcepacks_folders:
  - "BetterHud/build"
```

{% endcode %}

Set **text-effects** and **custom-font** to **false** in your ItemsAdder **config.yml**

{% code title="ItemsAdder/config.yml" lineNumbers="true" %}

```yaml
effects:
  text-effects:
    enabled: false # SET THIS TO FALSE
custom-font:
  enabled: false # SET THIS TO FALSE
```

{% endcode %}
{% endstep %}

{% step %}

### For Oraxen users:

In your BetterHud **configm.yml,** set **build-folder-location** to **"Oraxen/pack"**\
In your BetterHud **configm.yml,** set **clear-build-folder** to **false**

{% code title="BetterHud/config.yml" lineNumbers="true" %}

```yaml
build-folder-location: Oraxen/pack #'BetterHud/build' by default
clear-build-folder: false #true by default
```

{% endcode %}
{% endstep %}

{% step %}

### Reload your server then reload, rebuild the texture pack.

{% endstep %}
{% endstepper %}


---

# 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.hyronic.dev/hotbar-hud-series.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.
