A simple spigot plugin to track playtime for players
- Stores playtimes in a SQLite DataBase (playtimes.db)
- Manually set playtime for a player
- View playtime for player
- Give permissions and announce when a player gets a playtime milestone
- Show top ten playtimes on server with
/playtimetop- Exclude specific players from playtime leaderboard
- Track how many times any player has joined
- AFK detection
/playtime <player> # Get's specified player's playtime and join count (works offline if player has joined previously)/playtime <player> <time> # Set's specified player's playtime to specified value (format as X[unit] - e.g. 5h)/playtimetop # Shows top ten playtimes
pintoplaytime.playtime.get.self # Allows player to view their own playtimepintoplaytime.playtime.get.others # Allows player to view other player's playtimepintoplaytime.playtime.set # Allows player to set any player's playtimepintoplaytime.top # Allows player to view top ten playtimes
Milestones contains a list of 'milestones'. Format is:
time- time required for the milestone. Format using X[unit] (e.g. 3h) supported units are m[minutes], h[hours], d[days]message- message to send when the milestone is achieved. Format usingRECIPIENT:MESSAGE. Valid recipients are ALL (all online players) or PLAYER (the player who achieved the milestone). Message supports color codes with '&'permission- permission to give player when the milestone is achieved.
Make an issue on this project's repository
