Playtime Limit

Quick rating

Community listing page, reviews here may not be monitored by the author.

Playtime Limit

No reviews yet

Limits daily playtime with configurable HUD and auto-lock when time runs out in client side.

Mod Loaders
Minecraft

About

Description

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"] }