promotional bannermobile promotional banner

Advanced Playtime & Rewards

Allows server owners to track player activity with precision, store data locally or via MySQL, and display live, auto-updating leaderboards.

File Details

Playtime-1.2.0.jar

  • R
  • Jan 15, 2026
  • 13.49 MB
  • 263
  • Early Access

File Name

Playtime-1.2.0.jar

Supported Versions

  • Early Access

🚀 Release Notes (v1.2.0) - The Developer Update New Features:

👨‍💻 Developer API: We have introduced the PlaytimeAPI! Other plugins can now easily hook into Advanced Playtime to retrieve player statistics. Capabilities: Get a player's total playtime, specific period playtime (Daily/Weekly), Rank, or fetch the entire Top 10 list programmatically. Easy Access: Simple static access via PlaytimeAPI.get().

🛠️ Utility Methods: Added a standardized formatTime(millis) method to the API, allowing other plugins to display time strings (e.g., "5h 30m") that perfectly match the main plugin's format.