Skip to content

Releases: MrNavaStar/ProtoWeaver

ProtoWeaver 1.3.15

09 Sep 02:44
Compare
Choose a tag to compare
  • Fix some problems with proto proxy that cause ProtoServers connections to not become valid when they connect

ProtoWeaver 1.3.14

08 Sep 18:06
Compare
Choose a tag to compare
  • Actually fix protocols always mismatching
  • Client/Server will now log warnings if different ProtoWeaver versions are being used on either side

ProtoWeaver 1.3.13

08 Sep 04:36
Compare
Choose a tag to compare
  • Fix Protocols mismatching no matter what

ProtoWeaver 1.3.12

06 Sep 22:47
Compare
Choose a tag to compare
  • Protocols can now be properly compared using .equals()
  • Some logging fixes

ProtoWeaver 1.3.11

06 Sep 05:51
Compare
Choose a tag to compare
  • Big Changes to logging! The log level of any protocol can now be set, as well as new functions for logging to your protocol.
  • Auth handlers now use byte arrays instead of strings
  • Fix some issues with the maven, mainly paper

ProtoWeaver 1.3.10

25 Aug 04:29
Compare
Choose a tag to compare
  • Make plugin load sooner on paper + show author
  • more internal improvements

ProtoWeaver 1.3.9

24 Aug 19:57
Compare
Choose a tag to compare
  • Very minor performance improvements with some internal refactoring

ProtoWeaver 1.3.8

24 Aug 04:33
Compare
Choose a tag to compare
  • Fix crashes when using multiple protocols

ProtoWeaver 1.3.7

24 Aug 04:09
Compare
Choose a tag to compare
  • Fix crashes related to registering enum packets

ProtoWeaver 1.3.6

18 Aug 22:51
Compare
Choose a tag to compare
  • Client module works again