Small fixes to fix some errors in the console.
PS : I'm working on the full compatibility for cross-version with spigot 1.13 (using ProtocolLib or ViaBackwards for example).
![]()
- 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!
![]()
- New packet system:
HackedServer 1.x used the spigot vanilla system to communicate with the mods, unfortunately it could pose big compatibility problems with the 1.13 so I tried to use ProtocolLib in the previous snapshot. Not being completely satisfied I decided to write my own system for sending / receiving packets.
- Compatibility: Servers in 1.7.10 (about 1% of HackedServer users) will no longer be supported by 2.x versions (but will still be able to use the latest 1.x release without any problems).
- Dependencies: Since I use my own system you will not need ProtocolLib.
- New Features ?
With this new system we can expect a way to see mods / server communications without having to register the channel in the settings!
I will look for the umpteenth time on the problem of bungeecord compatibility hoping to find a new idea!
![]()
Patch :
Some users had errors randomly. They should now be fixed (nevertheless if you continue to see them in your console, do not hesitate to contact me).
Notes :
The 1.13 seems to have changed the system of pluginmessages used by HackedServer, so it will be difficult to maintain compatibility with older versions while supporting 1.13. I will try to rewrite my own system to no longer depend on spigot.
![]()
- Patch : Bypass permission
The previous update added a way to perform commands when a player is detected with any mods but the bypass permission was not working with this feature. This is now fixed !
