Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Split the framework into different modules and don't require the plugin to be installed #18

@leonardo-dgs

Description

@leonardo-dgs

In this way would be easy to use it in open source projects without making the jar huge without unneeded files.
It shouldn't require to install any plugin, because a "central" framework on which all plugins depend could be fine for a private project for a server, but it's a bad idea for open source and public plugins.

It's better to have different libraries, for each purpose, decoupled from each other, so if you don't like one, you can just use another library.
With monolithic frameworks you are either obliged to use all the features of it, or to use another library for that particular purpose, making the jar file even bigger.

For example I was just watching for a simple localization library for some my open source projects, and I don't want to add a "Core" plugin as dependency, only for that feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions