AlessioDP / libby

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

Possibility to change download directory name and fix isolatedLoad with an id #1

Closed frengor closed 3 years ago

frengor commented 3 years ago

This adds the possibility to change the name of the download directory. This also fixes an issue where loading a library with an IsolatedClassLoader and an id will create every time a new IsolatedClassLoader, even if an IsolatedClassLoader with the same id is already present.

Also bump version to 1.1.1

AlessioDP commented 3 years ago

Thank you for the PR :)

frengor commented 3 years ago

You're welcome!