KelpFramework / kelp

A cross-version spigot framework to avoid boilerplate code and make your plugin compatible with multiple spigot versions easily
MIT License
54 stars 8 forks source link

Modular project structure & sidebar tweaks #2

Closed PXAV closed 5 years ago

PXAV commented 5 years ago

Multiple versions cannot be supported by a single plugin using maven, because different versions of the same artefact cannot be imported at once. So now there is a modular system with modules for each spigot version. These modules act as a bridge between the server and the kelp API used by the plugins.