- Fix merging shaders program file with BetterHud
- Add 'disable-to-invisible-mob'
- Add custom condition API to creation event
- 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.
- Adds this listener.Code:- is_vanilla_mob (boolean) - armor (number)
Code:- armor
- 1.21.3 supports.
- BetterHud 1.7 supports.
- Bug fixes.
- LevelledMobs supports.
- 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
