Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
BetterHud

BetterHud

Make a beautiful HUD in Minecraft!

27.0k
219
Game Mechanics
Library
Utility
AboutGalleryChangelogVersions

1.6.245

by toxicity188 on Oct 10, 2024
Download

Bumps dependency version.

1.6.243

by toxicity188 on Oct 8, 2024
Download

1.6.242

by toxicity188 on Oct 8, 2024
Download

Code refactoring

1.6.238

by toxicity188 on Oct 7, 2024
Download

Bumps dependency version.

1.6.237

by toxicity188 on Oct 7, 2024
Download

popup bug fixes.

1.6.233

by toxicity188 on Oct 5, 2024
Download

LuckPerms supports.

1.6.232

by toxicity188 on Oct 5, 2024
Download

TextPlaceholderAPI supports.

1.6.228

by toxicity188 on Oct 3, 2024
Download

Adds "push" configuration in Popup.

1.6.227

by toxicity188 on Oct 3, 2024
Download

Bug fixes.

1.6.225

by toxicity188 on Oct 3, 2024
Download

Updates jitpack.yml

1.6.224

by toxicity188 on Oct 3, 2024
Download

Adds "both" legacy serializer, import optimization.

1.5

by toxicity188 on Oct 3, 2024
Download

Features

  • Bug fixes.
  • Fabric platform supports(experimental).
  • Bitmap text supports(experimental).
  • Adds space:length format in text pattern.
  • Optimizes head renderer.
  • Supports internal compass pointer. (/hud pointer).
  • Supports multiple compass pointer and image.
  • Supports Skript expression for compass pointer.

Example

# BetterHud/text/test_bitmap_font.yml

number_font:
  type: bitmap #It requires type "bitmap"
  chars: #bitmap font must have chars configuration.
    1:
      file: "font/number.png"
      codepoints:
        - "0123456789"

2024-09-25_09 18 24

#BetterHud/compass/test_compass.yml

default_compass:
  type: circle
  default: true
  file:
    point:  #default pointer
      name: "compass/point.png"
      y: -8
    custom-icon: #custom pointer icon
      other: #icon name
        name: "compass/other_point.png"
        y: -8
# Skript/scripts/test.sk

command /pointadd:
    trigger:
        #It uses image "point".
        point add location at 0, 0, 0 in world "world" named "test1" to player
        
        #It uses image "custom-icon.other".
        point add location at 10, 0, 0 in world "world" named "test2" with icon "other" to player

command /pointremove:
    trigger:
        point remove "test1" to player
        point remove "test2" to player

Downloads

BetterHud-1.5.jar - Bukkit, Velocity platform plugin.
BetterHud-1.5-fabric+1.21.1.jar - Fabric server side mod.

BetterHud-1.5-dokka.jar - docs.
BetterHud-1.5-source.jar - Source code.

1.5.223

by toxicity188 on Oct 3, 2024
Download

Optimizes head renderer.

1.5.222

by toxicity188 on Oct 2, 2024
Download

Edits modrinth loader.

1.5.219

by toxicity188 on Sep 29, 2024
Download

Adds space:length format in text.

1.5.218

by toxicity188 on Sep 28, 2024
Download

Supports multiple compass pointer and icon.

1.5.217

by toxicity188 on Sep 28, 2024
Download

Updates README.md

1.5.216

by toxicity188 on Sep 28, 2024
Download

No changelog was specified.

BetterHud 1.4-HOTFIX

by toxicity188 on Sep 15, 2024
Download

This is a simple hotfix version before 1.5 release.

  • Text width bug fixes.
  • Compass bug fixes.
  • Bumps dependency version.

1.4

by toxicity188 on Aug 26, 2024
Download
  • Bug fixes
  • Adds stack option
  • Adds more placeholders

녹화_2024_08_26_14_22_33_635

armor_stack_image:
  type: sequence
  files:
    - "armor/empty.png"
    - "armor/half.png"
    - "armor/full.png"
    
armor_stack_layout:
  images:
    1:
      name: armor_stack_image
      stack: armor@t / 2
      max-stack: 10
      space: 2
      y: 32
      x: -40
1
22
23
24

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9fd0f68

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.