Use a shared mojmap codebase for simple shared NMS code #2405
Labels
status:accepted
Will be fixed / added to WorldEdit, eventually
type:tech-debt
Task for cleaning up tech debt that has accumulated in the code base
The Problem
Currently we have large amounts of NMS code that either could be shared or is shared, but it's duplicated per platform (and per adapter in the case of Paper).
A Solution
Having a "shared" NMS codebase that is based off an "as clean as possible" mojmap base would allow us to share some code here, significantly reducing duplication and maintenance burden of some parts of code.
Would also likely reduce the size of the Bukkit jar as there'd be less duplication between adapters.
Alternatives
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered: