Skip to content

toxicity188/BetterHud

Repository files navigation

-0001-export

Welcome to BetterHud!

GitHub Release Discord GitHub Issues or Pull Requests bStats Servers Static Badge Static Badge

156ab45b912cc836

Making your own hud

This plugin allows you to create a HUD without any mods.

Extremely fast

The following plugin operates completely asynchronously and does not cause any server TPS degradation.

Easy to learn

This plugin provides users with ease of use based on powerful features such as TTF support.

High customizable

The following plugin enables various effects previously unseen in existing plugins, based on an enhanced popup system.

Auto resource pack build

The following plugin supports automatic resource pack generation system.

No boss bar affect

녹화_2024_03_10_22_38_28_861
This plugin utilizes a boss bar, but you can still use the first boss bar.

And much more!

✅ TTF support
✅ async task
✅ free
✅ open source
✅ public api
✅ animation
✅ gif
✅ relocate hotbar
✅ remove xp text

0

1
2
3
4
5 2024_03_09_17_33_45_816

Dependency

No

Version

1.17-1.20.4

Build

Requires Java 17, 21 Eclipse Adoptium.

./gradlew build

API

repositories {
    mavenCentral()
    maven("https://jitpack.io")
}

dependencies {
    compileOnly("com.github.toxicity188:BetterHud:VERSION")
}

Contirbuting

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