BetterHealthBar

MC Plugin BetterHealthBar 3.8.3
Make a beautiful health bar!

3.8.3
  • Hotfix - packet issue
  • Hotfix - default pack generation
3.8.2
  • 1.21.5 support
  • Add 'uncolored' in placeholder option.
  • Add 'papi_entity' placeholder
  • Bug fix
  • Kotlin 2.1.20
  1. 1.6.18 Changelog​

    Changes:
    • Fixed crazycrates integration with versions over 4.5.1

  2. 1.6.17 Changelog​

    Changes:
    • Improved Folia support with schedulers

  3. 1.6.16 Changelog​

    Changes:
    • Fixed right-click action for jobs with interactable items
    • Improved AdvancedChat chat action integration
    • Fixed swimmer action when flying an Elytra

  4. 1.6.15 Changelog​

    Changes:
    • Fixed right-click action for jobs with interactable items

  5. 1.6.14 Changelog​

    Changes:
    • Improved AdvancedChat chat action integration

  6. 1.6.13 Changelog​

    Changes:
    • Fixed swimmer action when flying an Elytra

  7. 1.6.12 Changelog​

    Changes:
    • Added German, Simplified Chinese, Danish, Spanish, French, Korean, Dutch translations (lang folder)

  8. 1.6.11 Changelog​

    Changes:
    • Fixed error with glowing items in menus for 1.17-1.20.4
    • Improved performance and code with quest handling

  9. 1.6.10 Changelog​

    Changes:
    • Fixes small issue with older placeholderapi version integration using placeholder quests

  10. 1.6.9 Changelog​

    Changes:
    • Fixed any %player% placeholders being parsed as empty sometimes
    • Fixed BANNER_PATTERN item materials not working in configs

  1. 1.6.8 Changelog​

    Changes:
    • Fixed item amount and admin shop in chestshop

  2. 1.6.7 Changelog​

    Changes:
    • Updated progress menu with variables and new math to be more understandable
    • Updated long number formatting to look better

  3. 1.6.6 Changelog​

    Changes:
    • Fixed 'none' action root. Note for API users: You can't use now .root("none") when making actions. Use .none()
    • Added hacky backwards compatibility with Java 17
    • Added item dubroot to chestshop_buy / sell
    • Updated wiki's chestshop and superior skyblock 2 documentation

  4. 1.6.5 Changelog​

    Changes:
    • Fixed small issue with job reloading multiple times
  1. BetterHealthBar 3.8.1 is out!​

    • Bug fix
    • Update width


  2. BetterHealthBar 3.8 is out!​

    • Improved 'look' trigger
    • Optimized network
    • Restore 'resource-pack-obfuscation'
    • Unlock y-axis limit when use-core-shaders is false


  3. BetterHealthBar 3.7.4 is out!​



  4. BetterHealthBar 3.7.3 is out!​

    • Added 'resource-pack-obfuscation'
    • Disable auto-merge with pack-type is not 'none'

  5. BetterHealthBar 3.7.2 is out!​

    If you're using BetterHud, change this to 1.10.1 and remove BetterHud/shaders.
    Code (Text):
    uniform vec3 ChunkOffset; //Or you have to add this in BetterHud/shaders/text.vsh
    • Fix shaders to modern
    • Add 'mythicmobs_level' placeholder
    • Support auto-merge with Nexo
    • Support auto-merge with Oraxen
  1. BetterHealthBar 3.7.3 is out!​

    • Added 'resource-pack-obfuscation'

  2. BetterHealthBar 3.7.2 is out!​

    If you're using BetterHud, change this to 1.10.1 and remove BetterHud/shaders.
    Code (Text):
    uniform vec3 ChunkOffset; //Or you have to add this in BetterHud/shaders/text.vsh
    • Fix shaders to modern
    • Add 'mythicmobs_level' placeholder
    • Support auto-merge with Nexo
    • Support auto-merge with Oraxen


  3. BetterHealthBar 3.7.1 is out!​

    - Citizens compat fix
    - Add Parties support
    Code (Text):
    parties_is_leader
    parties_is_member

  4. BetterHealthBar 3.7 is out!​

    - 1.21.4 support
  • Fix merging shaders program file with BetterHud
  • Add 'disable-to-invisible-mob'
  • Add custom condition API to creation event
- prevent exceeding y limit.
- edit shaders vsh
  • Adds 'number-format' in config.yml
  • Adds 'properties' section to text layout to manipulate placeholder's string result.
Code (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
  • 1.21.3 supports.
  • BetterHud 1.7 supports.
  • Bug fixes.
  • LevelledMobs supports.
  • Bug fixes.
  • Code refactoring.
  • Some optimization added.
  • Adds Skript support.
Code:
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
Top Bottom