3.8.3
3.8.2
- Hotfix - packet issue
- Hotfix - default pack generation
- 1.21.5 support
- Add 'uncolored' in placeholder option.
- Add 'papi_entity' placeholder
- Bug fix
- Kotlin 2.1.20
1.6.18 Changelog
Changes:
- Fixed crazycrates integration with versions over 4.5.1
1.6.17 Changelog
Changes:
- Improved Folia support with schedulers
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
1.6.15 Changelog
Changes:
- Fixed right-click action for jobs with interactable items
1.6.14 Changelog
Changes:
- Improved AdvancedChat chat action integration
1.6.13 Changelog
Changes:
- Fixed swimmer action when flying an Elytra
1.6.12 Changelog
Changes:
- Added German, Simplified Chinese, Danish, Spanish, French, Korean, Dutch translations (lang folder)
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
1.6.10 Changelog
Changes:
- Fixes small issue with older placeholderapi version integration using placeholder quests
1.6.9 Changelog
Changes:
- Fixed any %player% placeholders being parsed as empty sometimes
- Fixed BANNER_PATTERN item materials not working in configs
1.6.8 Changelog
Changes:
- Fixed item amount and admin shop in chestshop
1.6.7 Changelog
Changes:
- Updated progress menu with variables and new math to be more understandable
- Updated long number formatting to look better
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
1.6.5 Changelog
Changes:
- Fixed small issue with job reloading multiple times
BetterHealthBar 3.8.1 is out!
- Bug fix
- Update width
BetterHealthBar 3.8 is out!
- Improved 'look' trigger
- Optimized network
- Restore 'resource-pack-obfuscation'
- Unlock y-axis limit when use-core-shaders is false
BetterHealthBar 3.7.4 is out!
- Improves 'look' trace.
- Supports BetterModel
BetterHealthBar 3.7.3 is out!
- Added 'resource-pack-obfuscation'
- Disable auto-merge with pack-type is not 'none'
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
BetterHealthBar 3.7.3 is out!
- Added 'resource-pack-obfuscation'
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
BetterHealthBar 3.7.1 is out!
- Citizens compat fix
- Add Parties support
Code (Text):
parties_is_leader
parties_is_member
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
Code (YAML):
- Adds 'number-format' in config.yml
- Adds 'properties' section to text layout to manipulate placeholder's string result.
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