AlessioDP / libby

A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
MIT License
76 stars 20 forks source link

Allow custom libraries download location out of plugin data folder #37

Open Ghost-chu opened 6 months ago

Ghost-chu commented 6 months ago

I would like to be able to customize the dependency download location (outside of the plugin data directory) (e.g. /libraries) so that I can reuse downloaded dependencies from SpigotLibraryLoader, avoiding duplicate downloads and wasted disk space. Imagine a large number of plugins all downloading the same dependencies in their own data directories, which would take up a lot of valuable disk space and waste traffic - especially on shared instances.