PlayerTime is a simple little plugin I created that allows you to check how long a player has been on the server for. I know this may seem like "every other player time plugin" but I have yet to see one that will work with offline players, simply because you can't. That's why I decided to do my own take on this. I wanted to make that a possibility.
- Supports Offline Players
- Supports MySQL
- Supports BungeeCord (via connecting to same MySQL DB on all servers)
- PlaceholderAPI
- Top 10 Leaderboard (GUI and Text based)
- %playertime_time% - Returns a formatted version of the time
- %playertime_time_seconds% - Returns the time in seconds
- %playertime_time_minutes% - Returns the time in minutes
- %playertime_time_hours% - Returns the time in hours
- /ptcheck [player] - Without the argument, it will check the user who ran the command. If the argument is used it will use the name insterted into the argument
- /pttop - Will display the plugin's top 10 leaderboard
- /ptreload - Reloads the config
- playertime.check (check yourself)
- playertime.others (check others)
- playertime.top (displays the leaderboard)
- playertime.reload (reloads the config)