promotional bannermobile promotional banner

Peak Stamina

A fully customizable stamina overhaul inspired by the PEAK system. Compatible with all mods that use effects or NBT data

File Details

peak_stamina-1.7.14.jar

  • R
  • Feb 27, 2026
  • 111.34 KB
  • 217
  • 1.20.1
  • Forge

File Name

peak_stamina-1.7.14.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:peak-stamina-1412640:7687491")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Figured I finally add some more stuff to the client config lol, this is disabled by default since I imagine most people would want to know their stamina at all times.

Auto HUD (not related to the auto hud mod btw)

The stamina bar now has a built-in, Auto HUD system! It will hide itself when your stamina is full and animate back onto the screen the moment you gain bonus stamina or dip below your configured thresholds.

Configs can be found in peakstamina/client.toml

  • autoHudMode: Choose how the bar animates in and out. Options are FADE, SLIDE, or BOTH.

  • autoHudSlideDir: The direction the bar travels when sliding away (UP, DOWN, LEFT, RIGHT).

  • autoHudEasing: The mathematical curve used for the slide animation. Choose from LINEAR, SMOOTHSTEP, EASE_OUT_SINE, or EASE_OUT_EXPO. (what each does will be explained in the config comments)

  • autoHudFadeInSpeed & autoHudFadeOutSpeed: Independent speed controls for how fast the bar becomes transparent or solid.

  • autoHudSlideInSpeed & autoHudSlideOutSpeed: Independent speed controls for how fast the bar physically moves in and out.

  • autoHudSlideDistance: Exactly how many pixels the bar moves when sliding off-screen.

  • autoHudLingerTime: How long (in ticks) the bar stays visible after you stop actively draining or regenerating stamina.

  • autoHudThreshold: Automatically wakes the bar up if your stamina drops below this specific percentage.

  • autoHudShowOnPenalties: Forces the bar to stay safely visible on-screen if you have any active penalties (hunger, poison, fatigue, weight).