A simple base project for building modular plugins for Minecraft using Spigot / Paper.
This is outdated and has bad code, I'm currently using a new recoded version of this
As plugins grow, they get messy fast. Modules help by:
- Keeping features separated
- Making it easier to maintain code
- Allowing features to be enabled/disabled cleanly
- Making the project more scalable long-term