This plugin adds some player statistics like placed and destroyed blocks and playtime.
Commands:
Some documentation:
Commands:
aps stats <username>- display statistics of <username>aps top <t/b/p>- display top 10 players sorted by specific valuet- Playtimeb- Destroyed blocksp- Placed blocks
Some documentation:
Data:
- The data is saved in .yml format in
plugins/AdvancedPlayerStatistics/Data.ymlwhere username is index and 3 integers are values.- The first value indicates amount of placed blocks.
- The second value indicates amount of destroyed blocks.
- The third value is playtime of the player in seconds.
Query:
- The plugins sends all player stats into a query under the key
aps_stats. The value is a json array with data. The json array format is identical to yml array format.
