- New multi version system:
HackedServer has a new architecture that allows it to exploit the power of reflection while keeping a clean code through Interfaces.
Concretely HackedServer can use different codes to be compatible with different server versions but does not need to rewrite a different system for each supported version. 1.8, 1.9, 1.10, 1.11 and 1.12, for example, use the same communication system with the client while 1.13 uses the new system (unknown versions too).
New features already available:
Partial support of 1.13 is already available. The 1.13 modified the packet used for communication between mods and clients. Thanks to its new architecture HackedServer is able to use it, nevertheless the code of the previous version having been removed from the code of minecraft (the famous NMS packages) it will be necessary that I redevelop them entirely so that a server 1.13 can detect mods 1.12 players connected (via ProtocolSupport for example).
If you have errors in the console do not hesitate to contact me!