Thanks for your response!
A project I am currently working on.
The jar contains everything I included, but there are 2 problems:
- The package
de.randombyte.kosp
isn’t relocated.kosp
is a ‘commons’ plugin library for the use with Kotlin. Instead of shading it into every plugin I build with it, should I make a separate plugin? But then the user would have to also download Kosp to just run one plugin from me… And what about compatibility when 2 plugin of me use different versions of Kosp? - Some
StartServer
class and java file is shaded into the final jar. It probably is from SpongeStart.
Is it even necessary to relocate every shaded lib? Like the Kotlin runtime and stdlib? It is shaded by every of my plugins and not relocated yet.