Jikoo / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
119 stars 36 forks source link

Remove deprecation, restructure #219

Closed Jikoo closed 1 month ago

Jikoo commented 1 month ago

This converts the project's build process from a bit of a hack using the assembly plugin to mash together everything in the reactor to a more normal layout. This does have the downside of requiring all NMS modules to be built when building the plugin (no more building just the NMS module you want and its dependencies), so it is a little harder to contribute now, but not by much. Being able to build individual NMS modules was a lot more important when there were like 20 modules and some of them were obscure versions I had compiled myself because Bukkit never released them.

Closes #210 Long-term goals will be tracked on the future planning project instead