OrionPowered / Orion

High performance, bare-bones Minecraft server software
GNU General Public License v3.0
3 stars 2 forks source link

Merge common-dev branch #13

Closed alexsobiek closed 2 years ago

alexsobiek commented 2 years ago

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.