Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/circuit-overtime/myplaytimetracker
Playtime Tracker is a Minecraft mod that monitors and records players' total playtime on a server. It calculates playtime for each session, saves the data in a JSON file, and allows players to check their playtime using the /playtrack command. This mod enhances gameplay by providing detailed insights into player activity.
https://github.com/circuit-overtime/myplaytimetracker
java minecraft-mod
Last synced: 10 days ago
JSON representation
Playtime Tracker is a Minecraft mod that monitors and records players' total playtime on a server. It calculates playtime for each session, saves the data in a JSON file, and allows players to check their playtime using the /playtrack command. This mod enhances gameplay by providing detailed insights into player activity.
- Host: GitHub
- URL: https://github.com/circuit-overtime/myplaytimetracker
- Owner: Circuit-Overtime
- License: cc0-1.0
- Created: 2024-08-17T06:09:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:22:23.000Z (28 days ago)
- Last Synced: 2024-10-22T11:05:35.524Z (27 days ago)
- Topics: java, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/play-time-tracker
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Changelog
### Version 2.0
- **Feature Addition**: Added the `/playtrack` command to allow players to check their total playtime directly in-game.
- **Playtime Tracking**: Playtime is now calculated in seconds and saved automatically in `playtime.json` located in the root directory of the mod.
- **Data Persistence**: Playtime data is dynamically saved and retrieved for all players, ensuring accurate tracking across sessions.
- **Error Handling**: Added error messages to inform players if their playtime data is not available.---
## Usage Instructions
### Installation
1. Download the mod `.jar` file.
2. Place the `.jar` file in the `mods` folder of your Minecraft installation.### Commands
- **`/playtrack`**:
- **Description**: Displays the total playtime for the player who triggers the command.
- **Usage**: Simply type `/playtrack` in the chat.
- **Error Handling**: If no playtime data is found for the player, an error message will be displayed in the chat.### File Location
- Playtime data is stored in `playtime.json` within the root directory of the mod. This file is automatically created and updated as players join and leave the server.### Customization
- The mod is designed to be simple and user-friendly. No additional configuration is required.### Compatibility
- This mod is compatible with Minecraft version 1.21 and requires Fabric Loader 0.15.11 or later.