Played





Played is a lightweight Fabric mod that tracks your Minecraft playtime locally.
It keeps track of how long you play in each singleplayer world, how long you spend on multiplayer servers, and your total playtime across both. The times are shown directly in the Minecraft menus without adding unnecessary clutter, including the world list, multiplayer list, title screen, and optionally the pause menu.
Features
- Tracks playtime per singleplayer world
- Tracks playtime per multiplayer server
- Shows world playtime in the singleplayer world selector
- Shows server playtime in the multiplayer server list
- Shows total playtime in the main menu
- Optionally shows current total playtime in the pause menu
- Optional Mod Menu config screen
- Localized config screen, tooltips, and dialogs
- Helpful tooltips for every config screen button
- Optional playtime sorting for the singleplayer world selector and multiplayer server list
- Separate customizable text templates for list entries, the main menu, and the pause menu
- Supports
{time} in templates, for example ⏱ {time}, Total playtime: {time}, or Playtime: {time}
- Toggle world tracking, server tracking, and menu displays separately
- Toggle reset playtime buttons for the Edit World and Edit Server screens separately
- Reset individual world or server playtime from its edit screen
- Delete world, server, or total playtime from the config screen
- Responsive list playtime placement that adapts around scrollbars and smaller screens
- Main menu playtime fades in with the vanilla title screen UI
- Main menu and pause menu text avoid existing bottom-left text when possible
- Saves everything locally on your device
- Simple, client-side, and lightweight
Config
If Mod Menu is installed, Played adds a compact config screen where you can change tracking, display, template, and data options.
- World tracking
- Server tracking
- World selector display
- Multiplayer display
- Main menu total display
- Pause menu display
- World reset button display
- Server reset button display
- World selector sorting
- Multiplayer list sorting
- List playtime template
- Main menu playtime template
- Pause menu playtime template
- Reset config
- Delete saved playtime data
Worlds and servers can also be reset individually from their edit screens using a compact ⏱ button in the bottom-right corner.
Local Storage
Singleplayer world playtime is saved inside each world folder:
saves/<world>/Played/playtime.properties
Total playtime is saved centrally:
jonasgrimm.de/Played/alltime.properties
Multiplayer server playtime is saved centrally:
jonasgrimm.de/Played/server.properties
Config settings are saved centrally:
jonasgrimm.de/Played/config.properties
Requirements
Optional
- Mod Menu, for the in-game config screen