KEY FEATURES
INSTALLATION
COMMANDS & PERMISSIONS
DEVELOPER API
- ⚡ Realistic Mechanics: Every action (sprinting, jumping, heavy mining) has a cost.
- Exhaustion Effects: Reaching zero stamina triggers Slowness and Mining Fatigue.
- Dynamic UI: Choose between Action Bar, Boss Bar, or Experience Bar.
- World Management: Built-in Whitelist/Blacklist system.
- High Performance: Optimized for Java 21 and asynchronous processing.
- Developer API: Full PlaceholderAPI support and custom Events.
INSTALLATION
1. Download the NuovaStamina.jar.
2. Drop it into your /plugins/ folder.
3. Restart your server.
4. (Optional) Install PlaceholderAPI for HUD integration.Click to expand...
COMMANDS & PERMISSIONS
| Command | Permission | Description |
| /stamina help | stamina.use | Shows the help menu. |
| /stamina reload | stamina.admin | Hot-reload the config. |
| /stamina set | stamina.admin | Set player energy. |
DEVELOPER API
Code (Java):
// Check player's stamina
double current = StaminaAPI. getCurrentStamina (player. getUniqueId ( ) ) ;
// Cancel stamina drain
@EventHandler
public void onDrain (StaminaDrainEvent event ) {
if (isSafe ) event. setCancelled ( true ) ;
}
double current = StaminaAPI. getCurrentStamina (player. getUniqueId ( ) ) ;
// Cancel stamina drain
@EventHandler
public void onDrain (StaminaDrainEvent event ) {
if (isSafe ) event. setCancelled ( true ) ;
}
Developed with ❤️ by Nuova Aurora Studio
Compatible with Paper, Spigot, Purpur 1.21+
Compatible with Paper, Spigot, Purpur 1.21+
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Nuova Stamina is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 16 times (via Spigot). Download it and open it directly in the game.