Hotbar/Hud Series

Add custom hotbars/HUDs to your server, enhance the experience, and create a unique style for your setup.

Our brand-new Hotbar/Hud texxture - Demonic Hotbar/Hud

Dependencies

Name
Link
Version
Required

BetterHud

Latest

Required

PlaceholderAPI

Latest

Required

PlayerPoints

Latest

Optional

Vault + Economy plugin

Latest

Optional

ItemsAdder

Latest

See WARN below

Oraxen

Latest

See WARN below

Installation

1

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

2

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

3

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.

ItemsAdder/config.yml
merge_other_plugins_resourcepacks_folders:
  - "BetterHud/build"

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

ItemsAdder/config.yml
effects:
  text-effects:
    enabled: false # SET THIS TO FALSE
custom-font:
  enabled: false # SET THIS TO FALSE
4

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

BetterHud/config.yml
build-folder-location: Oraxen/pack #'BetterHud/build' by default
clear-build-folder: false #true by default
5

Reload your server then reload, rebuild the texture pack.

Last updated

Was this helpful?