- Tested with the latest version of Spigot to ensure appropriate functionality
- Refactored old code to ensure readability/maintainability and removed unused things.
- Changed /voteadmin to /votemaster with an aliases of vm or voteadmin
- Migrated the option to include particle/sound effects to the reward configuration instead of an action within the reward.
- Resolved some errors that resulted from missing data when initializing.
- Plugin will no longer wait for a user to log out to save their profile to the database, it now saves it the moment it is created preventing a plethora of errors that were being generated.
- Changed the previous storage system to an interface based system that standardizes methodology across all storage methods allowing more to be implemented in a cleaner manner in the future.
+ Ability to configure a reminder that will reminder a player to vote if they have not within the previous 24 hours, or remind the entire server to vote periodically.
+ Added some wildcard permission nodes to make it easier to assign permissions as required on your server.
+ Reintroduced the VoterProfile system so enable data to be isolated and easily maintained for future functionality.
+ /votemaster info
+ Command tab completion