images/ directory.
File Structure
Image configuration files are located at:plugins/BetterHud/images/
plugins/BetterHud/assets/
Image Types
BetterHud supports three image types:Single
Static single image
Listener
Dynamic image that responds to data
Sequence
Animated PNG sequence
Single Image
Static images that don’t change.Must be
singlePath to the image file in the assets directory
Listener Image
Images that display based on dynamic values (health, hunger, etc.).Must be
listenerPath to the image file
Number of frames in the image strip
Split direction:
left, right, up, downData source:
health, food, armor, air, absorption, etc.Sequence Image
Animated images using PNG sequences.Must be
sequenceFile pattern with
%d placeholder for frame numberNumber of frames in the sequence
Animation duration in ticks
Complete Examples
Health System
health-images.yml
Animated Effect
effect-images.yml
See Also
Layouts
Organize images in layouts
Listeners
Learn about listener types
Resource Packs
How images become fonts
Animations
Animate image display
