PlayerStats
PlayerStats copied to clipboard
Adds a simple command to see any Minecraft statistic for all players on a server (individually, or in top 10 format)
- [ ] players that have been excluded from statistic calculations (banned/not whitelisted/joined too long ago) - [x] players that are on the exclude-list
- [ ] food eaten - [ ] block placed - [ ] thing thrown
This will be possible once I'm working with a database
This will make individual statistic lookups as heavy as top stats, so only implement this if I'm working with a database (or make it opt-in with a warning for bigger...
Set a scoreboard for a certain statistic from a certain point in time, to have a daily/weekly/monthly competition for this stat: - [ ] select the stat to do this...