This update adds leaderboards and win tracking! Events are tracked by month and for all time, within respective files in the plugin's data folder, under the leaderboards directory. Scores are stored as such:
<name>.<wins>.<UUID>
You can use this information tracking to host contests or give rewards to players based on the number of events they win, or however else you see fit. This will have to be done, though automatic rewarding for target win counts or highest win for the month may be added in the future.
Score tracking is UUID safe and will be retained if a player changes their username.
Global wins are tracked as well as wins for each individual event type.
Still to be done: - PAPI integration with leaderboards
- Individual event high score tracking
- In-game leaderboard visualization
- Event leaderboard rewards
Also added: - Ability to manually trigger a random event (/events trigger random)
- Fixed a bug with event trigger confirmation when trying to trigger an invalid event