Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 47 forks source link

VersionHandler now requires usage of the latest ProtocolLib even with older server versions #35

Closed Aust1n46 closed 1 year ago

Aust1n46 commented 1 year ago

@dlee13 https://www.spigotmc.org/threads/venturechat.24005/page-527#post-4464461 Issue posted on Spigot. Using ProtocolLibs version enum in the VersionHandler makes VentureChat dependent on the latest version of ProtocolLib at all times even if they're using older game versions.

I will open a PR to refactor it.

dlee13 commented 1 year ago

Oops, I'd forgotten to consider Minecraft.WILD_UPDATE not being available.