A lightweight client-side mod that limits your daily playtime in Minecraft. Track how long you play, see remaining time on your HUD, and get locked out with a warning screen when your daily limit is reached.
Features
- Daily time limit — configurable in minutes (default: 120)
- HUD overlay — shows remaining time (hours/minutes) in the top-right corner
- Auto-lock — locks the game when the limit is reached, with a "Quit Game" button
- Exception worlds — bypass the limit on specific servers or worlds via config
- Fully configurable — edit
config/playtimelimit.json in your game directory
- Purely client-side — works on any server, no server-side installation needed
Configuration (config/playtimelimit.json)
.json
{
"dailyLimitMinutes": 120,
"showHud": true,
"exceptionWorlds": ["mycreativeServer.com"]
}