6.1: Little changes to permissions & time events, fixed book GUI
Change Log: - Changed hex color format to &#FF0000# (Should be more simple, I hope) - Fixed book GUI's not working from a recent spigot update on 1.16 builds - Changed how time change events are processed (This will should prevent server restarts messing up resetting monthly totals and such, also will be a lot faster) - Added options UseVoteStreaks and UseHighestTotals (This will just disable setting this values on time change events, won't stop the commands currently) - Added option UseVoteGUIMainCommand, will make /vote open /vote gui - Changes to how permissions are handled, should make permissions a little more simple (Should fix neglecting perms not working in some cases as well) - /av PermsPlayer (player) shows what commands/perms a player has access to (Command was changed to /av permsplayer, /av perms just lists permissions with pages now) - Removed AdvancedTab system, thanks to perm changes mentioned above (Should be a little performance improvement on that as well) - Added option AllowUnJoined on bungee version for pluginmessaging (Joined players who are not stored in the mysql database are stored in a file on bungee server for up to 5 days since last login, only does this if option is disabled, AllowUnJoined should be set to true on spigot servers) - Fixed back button in vote today GUI not working
On a side note: I am looking to expand the wiki (on github) to hopefully explain some advanced reward setups (with examples) and a couple of other things to make the plugin easier to learn and setup. If you have suggestions for what I should have, let me know. Hard to come up with stuff for people learning the plugin when I know the plugin off by heart.