You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2023. It is now read-only.
In NoCheatPlus we use @mbaxters idea of modular based compatibility which brings advantages and disadvantages:
Will take quite long to compile because you need to download all CraftBukkit versions to do it
Comes to problems when we try to use new features which are available in the new CraftBukkit builds but are missing in the old ones (limitation). Typical example: FastEat and FastConsume (We need to do a kinda mess then)
Never know when we should drop support for some versions
Downwards compatibility
Any ideas for a better system to access NMS? As far as I know DBO (dev.bukkit.org) disallows the usage of reflection to get around this one.