Fixing issue relating to permission caching (Elioby)
Fix for issue with 1.12-1.18 servers which runs spigot server builds (Zrips)
Fix for issue where in case MySQL database fails to load it still enables plugin, this should not have been the case as it only results in everyone loosing their jobs until server actually connects to database. Now plugin gets fully disabled until server restart and connection is properly formed with database (Zrips)
Some improvements for shop UI to only include last sixth line if there are more than 45 shop items. Currently we had it included with 45 items without actually adding next page buttons which isint correct behavior.