Documentation for all plugins produced by PintoJ
A simple spigot plugin to track playtime for players
/playtimetop/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 playtimespintoplaytime.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 playtimesMilestones 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 using RECIPIENT: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