AlessioDP / libby

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

Add another way to access URLClassLoader#addURL(URL) without needing any additional command line parameters #7

Closed frengor closed 2 years ago

frengor commented 2 years ago

Add another way to access URLClassLoader#addURL(URL) using the Unsafe class and update version and libraries used by Libby.