Skip to content

Improve Module Loading to Eliminate Dependency on META-INF/services File #14

@sieadev

Description

@sieadev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions