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

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

mana:
  value: '%mmocore_mana%'
  max: '%mmocore_stat_max_mana%'

Last updated