> For the complete documentation index, see [llms.txt](https://apigames.gitbook.io/betterhud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apigames.gitbook.io/betterhud/tutorials/first-install.md).

# First install

{% hint style="danger" %}
If you have previous version already installed (2.0.1.1 or older), please rename the BetterHud folder and remove betterhud from ItemsAdder
{% endhint %}

## Step 1 - Dependencies

1. Stop your server
2. Install all the [dependencies](/betterhud/tutorials/first-install.md#dependencies)
3. Start your server
4. After installation of ItemsAdder, stop your server
5. Put **BetterHud.jar** to your plugins folder
6. Start your server

## Step 2 - Plugin set-up

1. &#x20;After joining your server, if you are OP, BetterHud should initiate plugin set-up
2. From now, there are 2 ways to set-up the plugin. It depends on what type of resource-pack host you are using.\
   \
   Self-host\
   External-host

### Self-host (recommended)

If you are using self-host, you have nothing to worry about. Plugin will import textures to the ItemsAdder automatically and everything will be done in couple of seconds.

### External-host

If you are using external-host, I recommend you to switch to self-host, but if you don't want, there is a way how to install BetterHud with external-host.

1. Join the server as an OP
2. Click on the button "Begin set-up"
3. Plugin will create all necessary files and export textures
4. When the ingame set-up is complete, there will be archive "**textures.zip**" inside BetterHud's plugin folder
5. Upload content of this archive to your resource-pack and upload it to your external-host service

{% hint style="info" %}
Check this ItemsAdder tutorial for DropBox hosting! [Click here](https://itemsadder.plugin.ga/plugin-usage/resourcepack-hosting/resourcepack-on-dropbox)
{% endhint %}

## Step 3 - Configure the plugin

1. After successful set-up you can test plugin's function by running command `/bh show auto`
2. Now you can customize the plugin! ;)

{% hint style="info" %}
If you are struggling with the configuration check other tutorials
{% endhint %}

## Dependencies

* [ItemsAdder](https://www.spigotmc.org/resources/%E2%9C%85must-have%E2%9C%85-itemsadder%E2%9C%A8custom-items-huds-guis-mobs-3dmodels-emojis-blocks-wings-hats-liquids.73355/) ([how to install?](https://itemsadder.plugin.ga/first-install))
* [PlaceholderAPI ](https://www.spigotmc.org/resources/placeholderapi.6245/)(optional)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://apigames.gitbook.io/betterhud/tutorials/first-install.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.
