LuckPerms compatibility
Brokkonaut opened this issue ยท 2 comments
Latest versions of the LuckPerms plugin replace the MySql connector in Spigot to update it to a recent build. In that version MarriageMaster does no longer start, it just says "Unsupported database backend".
I think this happens because connection.getMetaData().getDatabaseProductName() now returns "MariaDB" instead of "MySQL".
It would be great if MarriageMaster could accept that backend too. ( https://github.com/GeorgH93/PCGF_PluginLib/blob/master/pcgf_pluginlib-common/src/at/pcgamingfreaks/Database/DBTools.java#L59 )
Please try if adding this to your plugins solves the problem for you.