Alessandro Schwaiger
Alessandro Schwaiger
I see that's too bad, guess for now I'll have to manually override the colors then
Ah thank you, I appreciate it ^.^
I mean like something where you can give the Framework a Path on which it should check for .jar files and checks those for Commands too. Like for extending the...
Oh alright, thanks for considering it then 👍
I'm currently experimenting a little with pf4j to see if this would be a viable option, if it is I'll make a simple implementation
Alright so my experiments seem to have been successful. A very simple implementation can be found here: https://github.com/aless2003/jda-commands/tree/plugin_support Also an example plugin can be found here: https://github.com/aless2003/SimpleJDAPluginExample Basically what it...
That was my first try, the issue comes when loading classes dynamically. I tried to make a simple ClassLoader implementation for it, but whenever I tried to load anything, it...
Alright, took me a while but my current implementation works based on the URLClassLoader from basic Java as well as the JarFile class. That way it does not rely on...
Just tested with the newest commit of branch dev-jda5. Seems to still be the case. Reflections keeps responding with "producing 0 keys and 0 values"
I've found this GitHub Issue on the reflections repository: https://github.com/ronmamo/reflections/issues/373 Maybe It'll help