Background

Advanced Playtime & Rewards

ModsAdvanced Playtime & Rewards
Advanced Playtime & Rewards

Advanced Playtime & Rewards

CurseForge
UtilityGameplayQuality of LifeMiscellaneous

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

⏳ Advanced Playtime

Version
License
Hytale

Advanced Playtime is a high-performance analytics plugin for Hytale servers. It tracks player sessions down to the millisecond, supports local and remote databases, and provides real-time live leaderboards.

✨ Features

  • Live Leaderboards: Updates instantly, combining historical DB data with the current session of online players.
  • Multi-Period Tracking: Daily, Weekly, Monthly, and All-Time stats.
  • Dual Database: HikariCP connection pooling for SQLite (default) and MySQL.
  • Async Architecture: All database operations run on separate threads to ensure zero server lag.
  • Fully Configurable: Translate messages, rename commands, and customize colors.

📥 Installation

  1. Download the latest release from the Releases Page.
  2. Place the .jar file into your Hytale server's mods folder.
  3. Start the server.

🛠️ Configuration

The plugin generates a config.json in mods/Playtime/.

{
  "database": {
    "type": "sqlite",
    "host": "localhost",
    "databaseName": "playtime_db"
  },
  "command": {
    "name": "playtime",
    "aliases": ["pt", "stat"]
  },
  "periods": {
    "daily": "daily",
    "weekly": "weekly"
  }
}

📸Gallery

Screenshot 2026-01-14 200229.png
Screenshot 2026-01-14 200229.png
Screenshot 2026-01-14 121320.png
Screenshot 2026-01-14 121320.png

Information

1,570
Downloads
Version
Playtime-1.3.0.jar
Updated
Jan 15, 2026
Support
Early Access

Project Links

Help the community thrive by sharing your feedback and reporting issues on the official tracker.

Advanced Playtime & Rewards - Hytale Mod | Hytale Wiki