
Description
Did you ever asked yourself how many players joined your server since startup ? And what is the most used version ? The average playtime ? Then this plugin is what you need !

To use version detection, your server has to accept multiple versions of Minecraft, but it's not mandatory. To accept different versions, you can use one of these:
- ViaVersion (use latest)
- ProtocolSupport (use latest)
- Spigot protocol hack (1.7/1.8)

Installation
No configuration is needed, just drag and drop the file ClientStats.jar into your plugins folder. A config will be created, that you can edit to change all the messages as your needs.
Commands
The base command is /clientstats, but there are shorter alias: /cstats, /cs or /scs.
Command list:
/cstats stats - Statistics of the day
/cstats version - Versions of player who joined
/cstats online - Versions of currently online players
/cstats player [player] - Version of a player
/cstats reset - Reset tracked stats
/cstats reload - Reload configuration
/cstats - Display theses commands
Permissions
You only need the following permission to access to every commands of the plugin: clientstats.admin
Also, to be excluded from statistics, you need to have this permission: clientstats.exempt
But you can give only access to some parts with these permissions:
- clientstats.cmd.stats
- clientstats.cmd.version
- clientstats.cmd.online
- clientstats.cmd.player
- clientstats.cmd.reset
- clientstats.cmd.reload