Layer Listeners
Listeners control what stage of increment a functional texture layer will display at the time being. You can use the HappyHud provided listeners or create your own using placeholders.
Provided Listeners
Key
Description
air
The air that the player has.
armor
The armor value the player has.
exp
The experience value the player has.
food
The food value the player has.
health
The health value the player has.
debug
Always displays 75%.
Custom Listeners
You can create your own listeners using PlaceholderAPI placeholders or static values. Create a config in HappyHud/listeners and set a value and max. You can now start using your new custom listener.
Example Custom Listener
Last updated