HomeJavaModsStamina999
Stamina999
ModsJava

Stamina999

by Erik9994857 · on Modrinth

Stamina999 is a plugin that introduces a dynamic stamina system to your Minecraft server, making gameplay more challenging and realistic. Players will…

⬇ Download on Modrinth

Features

Commands

All commands start with /stamina.

Configuration (config.yml)

The config.yml file allows you to customize almost every aspect of the Stamina999 plugin.

# Core settings
default-stamina: 20
max-stamina-increase-amount: 5
stamina-regen-delay: 2
stamina-regen-amount: 2
stamina-food-regen: 20

# Stamina consumption settings for general actions
stamina-consumption:
  walking:
    amount: 1
    interval-seconds: 60
  sprinting:
    amount: 3
    interval-seconds: 20
  swimming:
    amount: 3
    interval-seconds: 1 # Drains 3 stamina per second
  jumping: 1 # Stamina cost per jump
  attacking: 0.5 # Stamina cost per attack
  drawing-bow: 2 # Stamina cost for drawing a bow

# Stamina consumption per biome (overrides the default walking consumption for specified biomes)
stamina-consumption-per-biome:
  desert:
    walking:
      amount: 1.5
      interval-seconds: 60
  snowy:
    walking:
      amount: 1.2
      interval-seconds: 60

# Stamina lost per block mined
mining-stamina-per-block: 1

# "Well Rested" buff obtained from sleeping
well-rested-buff:
  duration-seconds: 300 # How long the buff lasts in seconds
  regen-multiplier: 2.0 # Multiplier for stamina regeneration (2.0 = 2x faster)

# Low stamina effects
low-stamina-effects:
  threshold-percentage: 25 # Percentage of max stamina to be considered "low" (e.g., 25 for 25%)
  apply-mining-fatigue: true
  reduce-attack-damage: true
  apply-nausea: false

# Display settings
display:
  display-type: "EXP_BAR" # Options: "EXP_BAR", "ACTION_BAR", "BOSS_BAR", "NONE"
  action-bar-message: "&eStamina: &f%current%/%max%" # Message for action bar or boss bar

PlaceholderAPI Support

Stamina999 provides the following placeholders for use with PlaceholderAPI:

Permissions

This Is An Example Of How The Plugin Works

Example of how the plugin works

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more