Currently, MoBot loads modules using a file located at resources/META-INF/services/net.vitacraft.api.MBModule. While this approach works, it requires the presence of this additional file in each and every module. I want to eliminate that.
Acceptance Criteria:
- Module loading works as expected without the META-INF/services file.
- The solution leverages module.yml or another robust mechanism.
- Existing functionality and compatibility are not affected.