This plugin allows you to create a HUD without any mods.
The following plugin operates completely asynchronously and does not cause any server TPS degradation.
This plugin provides users with ease of use based on powerful features such as TTF support.
The following plugin enables various effects previously unseen in existing plugins, based on an enhanced popup system.
The following plugin supports automatic resource pack generation system.
This plugin utilizes a boss bar, but you can still use the first boss bar.
✅ TTF support
✅ async task
✅ free
✅ open source
✅ public api
✅ animation
✅ gif
✅ relocate hotbar
✅ remove xp text
No
1.17-1.21
Requires Java 17, 21 Eclipse Adoptium.
./gradlew build
repositories {
mavenCentral()
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.toxicity188:BetterHud:VERSION")
}
You should make a pull-request to the "dev" branch.
- Fork BetterHud on GitHub
- Clone your forked repository (git clone)
- Create your feature branch (git checkout -b my-feature)
- Commit your changes (git commit -am 'Add my feature')
- Push to the branch (git push origin my-feature)
- Create a new Pull Request to the "dev"* branch
- Wait for your pull request to be reviewed and merged