CHANGES:
- Permission based rewards (e.g. ranked rewards) are now managed by CustomVoting, so no longer with the permission 'customvoting.extra'. IMPORTANT: if you're using permission based rewards, please set up the permissions for this again in the /votesettings -> Reward Settings -> Permission Rewards. Permission for this can be given to groups or users.
- Player database data is now cached to avoid a lot of queries/external calls.
- Added Player Info tab to /votesettings -> Support
- Renamed all references of PERIOD to MONTHLY_VOTES, including database and config migrations, but I kept this reference in PlaceholderAPI, so you don't have to change anything yourself!
BUGFIXES:
- Fixed vote streak not showing in /votesettings
- Fixed Vote Party errors when a chest is empty
- Newer plugin versions are no longer seen as 'outdated', so no more reminders to update!
- Database and config are now almost completely comparable, by the usage of a shared interface. This means that all functions will ALWAYS choose the data storage type that you are using - so accident data retrieval by config file instead of database.