Custom user stats for bounties
ejektaflex opened this issue ยท 1 comments
It would be nice if the game kept track of statistics related to bounties. These stats would be very useful if they could be accessed via a scoreboard as well, or then used in other commands, such as /trigger
. At the very least, you should be able to see a summary of these stats when calling "/bo stats
".
Stats that could be tracked:
- Number of bounties completed
- Number of bounties completed, separated by rarity
- Number of bounties taken off of the board
- Average time remaining on a completed bounty
Finished in e4313b2. Some stats won't be implemented right now, as they're handled rather oddly and there's no real documentation on it (such as time-based stats)