ADD » Official support for 1.15.2 (well at the very least we use the API. This should still work on all 1.15 versions before this one.)
ADD » We now check the servers MineCraft version before checking for an update to the plugin.
NOTE » For those that care about it: I've updated some of the stuff inside of the plugin.
Instead of using the Java version of replace we now use the apache version. Slightly better performance wise.
The "Perms" class has been renamed to "Permissions".
Variables names that used to appear as spelling errors have now been spelled properly or now have an added '_'
We no long create a variable for the PluginDescriptionFile inside of the main class, we instead moved that to inside of the onEnable.