aadnk / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
287 stars 92 forks source link

Building ProtocolLib 4.2.1 #131

Closed dadus33 closed 7 years ago

dadus33 commented 7 years ago

Hey! I just wanted to know how can I build ProtocolLib 4.2.1 for 1.8. The latest version does NOT seem to work with the first revision of 1.8. https://pastebin.com/raw/gFNiaxvh Thanks!

dmulloy2 commented 7 years ago

Try the latest dev build, I remember fixing that error recently

dadus33 commented 7 years ago

Okay, thanks, but I'd still like to know how can I build the 4.2.1 version myself when needed.

MiniDigger commented 7 years ago

you use git to checkout the tag/commit that corresponds to that version and then run maven

dadus33 commented 7 years ago

well yes, but that commit is outdated. some fixes added in the later versions are not included.

MiniDigger commented 7 years ago

well, duh, if you want later fixes you use later version.

dadus33 commented 7 years ago

Nevermind, turns out I was a bit stupid.