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

Reverted to java 8 to fix build. Plus other fixes. no coding changes #279

Closed firestorm942 closed 1 year ago

firestorm942 commented 2 years ago

updated to latest spigot version(1.19.2) -- tested Added api-version to plugin.yml to keep spigot/paper from complaining. Reverted to java 8 to fix build Updated to latest SNAPSHOT of ProtocolLib

lenis0012 commented 1 year ago

I changed it to java 11? I dont even remember this.

Also sorry for not noticing this before.

lenis0012 commented 1 year ago

Btw, I see you removed the updater modules. They are starting to become a pain for people forking the project. The idea is that you build with either one of the profiles (e.g., mvn package -Pspigot or mvn package -Pbukkit). But I am planning to add a more graceful fallback very soon.

firestorm942 commented 1 year ago

I see about the build. All good, Most of my changes were implemented anyway. So I decided that there was no point in keeping this one open. :)