Перейти к содержимому
Mineforgian

Played

Played is a lightweight Fabric mod that tracks local playtime for singleplayer worlds and multiplayer servers, with a total playtime display and optional Mod Menu config.

Загрузки
976
Подписчики
6
Обновлён
8 июля 2026 г.
Лицензия
MIT

Опубликован 18 апреля 2026 г.

Played


Requires Fabric APICurseForgeModrinth


WebsiteDiscord

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:

Played/alltime.properties

Multiplayer server playtime is saved centrally:

Played/server.properties

Config settings are saved centrally:

config/Played/config.properties

Requirements

  • Fabric Loader
  • Fabric API

Optional

  • Mod Menu, for the in-game config screen

Ченджлог

mc26.2-26.2.0-fabricРелиз26.2 · 8 июля 2026 г.

Added

  • AFK Tracker: Added an optional setting to pause playtime tracking when the player is AFK (inactive for a configurable amount of time, default 15 minutes). This is disabled by default.
  • Session Playtime & /played Command: Added a new /played client command to view your current session playtime, server/world playtime, and total all-time playtime directly in chat.
  • MiniMessage Support: Added full MiniMessage formatting support via Kyori Adventure. You can now use tags like <gradient:#a855f7:#ec4899> or <bold> directly in your config!
  • Modern Config Screen: Overhauled the ModMenu Configuration Screen using Cloth Config API for a cleaner, modern look, including correct default values and gradients.
  • List Background Toggle: Added a toggle in the config menu to show or hide the translucent background behind playtimes in the world and server selection lists.
  • Config Migration: Implemented automatic config migration so existing users will receive the new Purple/Pink gradient without having to manually reset their config file.

Performance

  • UI Rendering Cache: Added caching for the formatted playtime strings in the multiplayer and singleplayer menus. This significantly reduces the overhead of parsing MiniMessage formats every frame, resulting in a smoother UI experience.

Changed

  • Folder Structure: Simplified the storage folder paths:
    • Central data is now stored in .minecraft/Played/.
    • Configs are now stored in .minecraft/config/Played/.
  • Automatic Migration: Added automatic migration for existing playtime data and configs to the new folder structure.
  • Project Ownership: Project ownership and authorship have been transferred to Zorblock.
  • Versioning: Switched the mod versioning scheme to the new year-based format, starting with 26.0.6.

Fixed

  • Flicker Bug: Fixed a visual bug where the playtime value on the Title Screen would briefly flicker as "0s" when starting the game.
  • GUI API: Updated screen switching calls to match Minecraft 26.2's GUI API changes.
  • Verified the mod builds successfully against Minecraft 26.2.
mc26.2-26.1.0-fabricРелиз26.2 · 8 июля 2026 г.

Changed

  • Updated Fabric Loader to 0.19.3.
  • Updated Fabric API to 0.152.1+26.2.
  • Updated Fabric Loom to 1.17.
  • Updated the Gradle wrapper to 9.5.1.
  • Switched the mod versioning scheme to the new year-based format, starting with 26.0.6.

Fixed

  • Updated screen switching calls for Minecraft 26.2's GUI API changes.
  • Verified the mod builds successfully against Minecraft 26.2.
mc26.2-26.0.6-fabricРелиз26.2 · 16 июня 2026 г.

Changed

  • Updated Played to Minecraft 26.2.
  • Updated Fabric Loader to 0.19.3.
  • Updated Fabric API to 0.152.1+26.2.
  • Updated Fabric Loom to 1.17.
  • Updated the Gradle wrapper to 9.5.1.
  • Switched the mod versioning scheme to the new year-based format, starting with 26.0.6.

Fixed

  • Updated screen switching calls for Minecraft 26.2's GUI API changes.
  • Verified the mod builds successfully against Minecraft 26.2.
mc26.1.2-1.0.5-fabricРелиз26.1.2 · 9 июня 2026 г.

Added

  • Added a new time format option in the Played config screen.
  • Added three display formats for playtime values: Verbose, Compact, and Clock.
  • The selected time format now applies to world/server lists, the title screen, and the pause menu.

Changed

  • Simplified the mod to use English text only.
  • Removed all bundled language files and translation-based UI text.
  • Kept all config screen labels, tooltips, reset dialogs, and sorting messages in English.

Fixed

  • Cleaned up config screen text handling to avoid Java null-safety warnings in supported IDEs.
mc26.1.2-1.0.4-fabricРелиз26.1.2 · 3 мая 2026 г.

Added

  • Playtime-based sorting for Singleplayer and Multiplayer lists.
  • New Sorting section in the Played config screen.
  • Sorting modes for both lists: Disabled, Descending, Ascending.
  • Tooltip when Multiplayer sorting disables manual server reordering, with double-click shortcut to config.
  • Translations for config UI, tooltips, and dialogs.
  • Language support: German, Spanish, French, Japanese, Korean, Portuguese (Brazil), Russian, Turkish, Ukrainian, Simplified Chinese, Traditional Chinese.
  • Translatable Mod Menu description.

Changed

  • Renamed list config labels to Singleplayer List and Multiplayer List.
  • Replaced hardcoded English UI text with Minecraft translation keys.
mc26.1.2-1.0.3-fabricРелиз26.1.2 · 28 апреля 2026 г.

Played 1.0.3

Added

  • Added a reset playtime button to the Edit World screen.
  • Added a reset playtime button to the Edit Server screen.
  • Added Mod Menu options to show or hide the world and server reset buttons.
  • Added helpful tooltips to every button in the Mod Menu config screen.

Changed

  • Reworked world and server list playtime placement so it adapts better to different screen sizes.
  • Playtime text now moves closer to the list entry when no scrollbar is visible, and stays beside the scrollbar when one is present.
  • The reset button now uses a compact vanilla-style button with a red icon anchored to the bottom-right corner.
  • The reset button now keeps its position correctly after resizing the Minecraft window.

Fixed

  • Fixed playtime text overlapping with scrollbars in the singleplayer and multiplayer selectors.
  • Fixed playtime text overlapping entry text on narrower layouts by using more compact formats when needed.
  • Fixed crashes from invalid or extremely large playtime values in saved properties files.
  • Fixed edit screen layout issues caused by inserting reset buttons into vanilla button rows.
mc26.1.2-1.0.2-fabricРелиз26.1.2 · 27 апреля 2026 г.

Changed

  • Config text field changes now save immediately, matching the behavior of toggle buttons.
  • Server addresses are now normalized before tracking to avoid duplicate entries caused by casing or extra spaces.

Fixed

  • Fixed playtime data being left unsaved until the next timed save when gameplay is paused or tracking temporarily stops.
  • Added a confirmation prompt before resetting the config to defaults.
mc26.1.2-1.0.1-fabricРелиз26.1.2 · 22 апреля 2026 г.

Changed

  • Ported Played to Minecraft 26.1.2.
  • Updated the Fabric toolchain and metadata for the latest 26.1.2 release.
  • Updated Fabric API to 0.146.1+26.1.2.
  • Updated Mod Menu to 18.0.0-alpha.8.
  • Updated mixin compatibility to Java 25.
  • Migrated the mod to the newer 26.x client naming and GUI pipeline.
  • Reworked internal rendering hooks for the title screen, pause screen, world list, and server list to match the new version.
  • Restored the Mod Menu config screen layout with scrolling, section headings, and the previous two-column structure.

Fixed

  • Fixed compatibility with the new 26.1.2 client GUI rendering system.
  • Fixed playtime rendering on the main menu and pause screen after the version update.
  • Fixed world and multiplayer playtime display after the port.
  • Fixed config and playtime data creation for the new version.

Комментарии

Загружаем…