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.
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%. |
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.
mana:
value: '%mmocore_mana%'
max: '%mmocore_stat_max_mana%'
Last modified 1mo ago