Skip to content
This repository was archived by the owner on Aug 26, 2023. It is now read-only.
This repository was archived by the owner on Aug 26, 2023. It is now read-only.

How to deal with CraftBukkits SafeGuard? #4

@MyPictures

Description

@MyPictures

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions