Kenig

Results 3 comments of Kenig

I have the same problem. I see that the SQLite driver is partially inactive. One developer seems to have fixed this. Dev, you just need to merge the changes and...

It's easier for me to submit a code change request, but it should probably be obvious https://lostpic.tk/images/2023/03/04/ZAKVAT-1.jpg Method registerEvent(new AuthMeChestShopListener()); can be placed in a try-catch block. This is the...

Plugin authMe = getServer().getPluginManager().getPlugin("AuthMe"); if (authMe != null && authMe.isEnabled()) { try { registerEvent(new AuthMeChestShopListener()); } catch (ClassNotFoundException e) { } }