



NoNoLife
This is a fabric server side mod to limit daily playtime on a minecraft server. So no one can "no-life" the game.
How it works
Each player has some playtime available, while playing your available playtime is counted down. When it reaches 0 you get kicked from the server. Every day a configurable amount of playtime is granted to all players. When playtime is not used up it stacks up to a configurable limit.
Remaining playtime is indicated with a bar at the top of the screen.
Total playtime is also tracked and displayed in the player (tab) list.
Installation
This mod is fully server side, so no client mod required!
Make sure you have the Fabric API,
then just add the nonolife-X.X.X.jar file to your server's mod folder and off you go.
Config
To configure the mod to your liking create a file json in your servers config folder.
The file should be called nonolife.json
Example file content (with default values):
{
"dailyPlaytime": 3600,
"initialPlaytime": 3600,
"maximumPlaytime": 14400,
"addPlaytimeAtHour": 4,
"showTotalPlaytime": true
}
- dailyPlaytime sets the playtime in seconds each player is granted every day (default: 3600)
- initialPlaytime sets the playtime in seconds a player is granted when he/she first joins the server (default: 3600)
- maximumPlaytime sets the maximum amount of playtime in seconds that one can accumulate (default: 14400)
- addPlaytimeAtHour sets at which full hour the daily playtime is granted (default: 4)
- showTotalPlaytime controlls if the total playtime is shown in the player (tab) list (default: true)
If you want to use a default value you do not have to provide the configuration key. If you want to use all defaults you can just not create the file at all.
Commands
/playtime hidehides the remaining playtime indicator bar/playtime showshows the remaining playtime indicator bar
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- 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 Modrinth — 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.
- Ships as nonolife-0.0.2.jar — drop this file into the mods folder
- Download size: 19 KB
- Download link checked 11 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
