• Adds 'number-format' in config.yml
  • Adds 'properties' section to text layout to manipulate placeholder's string result.
YAML:
 texts:
    1:
      text: default_text
      pattern: "[health] / [max_health]" //like 1,900 / 2,000
      properties:
        number-format: "#,###"
      align: center
      x: 60
      y: 20
      scale: 0.5
- Fixes attribute in 1.21.3.
- Adds two placeholder.
Code (Text):
- is_vanilla_mob (boolean)
- armor (number)
- Adds this listener.
Code (Text):
- armor
  • Bug fixes.
  • Code refactoring.
  • Some optimization added.
  • Adds Skript support.
YAML:
texts:
    1:
      text: default_text
      pattern: "[skript_variable:%name of healthbar player%]" #BHB uses 'healthbar player'(self) and 'healthbar entity'(target)
      align: center
      x: 60
      y: 20
      scale: 0.5
- Bug fixes.
- Spigot supports.
Note: This version does not supports BetterHud v1.2 or less!

  • Supports 1.21.1
  • Updates API.
  • Supports 1.21
  • Supports shaderpacks (option in config)
  • Adds disable option of displaying self health bar.
Back
Top Bottom