Skip to content

Releases: toxicity188/BetterHud

1.7

26 Oct 03:05
Compare
Choose a tag to compare
1.7

Features

  • 1.21.3 supports.
  • Bug fixes.
  • Compass location data will saved.
  • A layout option 'opacity' is added.(0 to 1)
  • Now compass can use custom icon.
  • "fancy" head render type added.
  • Some experimental effect is added.(property)
  • A layout option 'render-scale' is added.(Compare to primary scale, primary scale is json scale of texture, render-scale is shader scale. you can use both of that.)
  • LuckPerms and TextPlaceholderAPI supports(fabric)
  • Fabric build is now done.

1.5

03 Oct 03:00
Compare
Choose a tag to compare
1.5

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.4-HOTFIX

15 Sep 10:38
Compare
Choose a tag to compare

This is a simple hotfix version before 1.5 release.

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

1.4

26 Aug 05:25
Compare
Choose a tag to compare
1.4
  • 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.3-HOTFIX

18 Aug 11:28
Compare
Choose a tag to compare

This is a hotfix version of 1.3.

  • Bug fixes.
  • Updates other plugin.

BetterHud-MMOCore
BetterHealthBar

1.3

18 Aug 08:53
Compare
Choose a tag to compare
1.3

Note: You should NOT use this version if you currently using BetterHud-MMOCore and BetterHealthBar. you have to wait until the updated version is launched.

  • Huge API changes.
  • Supports multi-platform(Velocity)
    2024-08-18_15 22 55
    화면 캡처 2024-08-18 152545

1.2

16 Aug 04:13
Compare
Choose a tag to compare
1.2
  • Bug fixes.
  • Bumps kotlin and other dependency version.
  • Adds some placeholder.
mythicmobs_aura_duration[aura_id]
mythicmobs_aura_max_duration[aura_id]
  • Adds some split type.
circle
reverse_circle

녹화_2024_08_16_13_13_05_863

1.1

10 Aug 22:34
Compare
Choose a tag to compare
1.1
  • Bug fixes.
  • Adds customized dependency injector.
  • Supports 1.21.1

1.0

04 Aug 14:02
Compare
Choose a tag to compare
1.0
  • Bug fixes
  • Fixes ttf rendering issue
  • Bumps dependency version

beta-28

30 Jul 10:09
Compare
Choose a tag to compare

This is a hotfix of beta-27.

  • Fixes width problem with bold text.
  • Remade space.
  • Bumps dependency version.