Common-dev introduces a common project that holds all of the base code for building a minecraft-related server. The server, and eventually proxy, projects extend that code.
A few other changes have been made such as better packet handling (calling the handler directly from PacketDecoder rather than from each packet class), a CipherSuite for all encryption/decryption, and an AuthenticationProvider for building any kind of authentication system in.
Common-dev introduces a common project that holds all of the base code for building a minecraft-related server. The server, and eventually proxy, projects extend that code.
A few other changes have been made such as better packet handling (calling the handler directly from PacketDecoder rather than from each packet class), a CipherSuite for all encryption/decryption, and an AuthenticationProvider for building any kind of authentication system in.