lenis0012 / LoginSecurity

Lightweight and secure user authentication for Bukkit Minecraft servers
https://www.spigotmc.org/resources/loginsecurity.19362/
Apache License 2.0
100 stars 85 forks source link

Fixed #241 restore MySQL support on newer MC versions #269

Closed LemADEC closed 2 years ago

LemADEC commented 2 years ago

Fixing a boot issue on recent version of Minecraft due to obsolete dependencies. Removing clutter

lenis0012 commented 2 years ago

this would break 1.8-1.15 compatability no?

LemADEC commented 2 years ago

this would break 1.8-1.15 compatability no?

yes, the dependencies aren't backward compatible, so users of older version of Minecraft will have to rely on previous versions of the plugin.

lenis0012 commented 2 years ago

fair enough. I will merge it in.

lenis0012 commented 1 year ago

@LemADEC Note, the updater module is not "broken" you just have to pick an implementation using -Pspigot or -Pbukkit.

e.g. mvn clean package -Pspigot