Recent content by SKJOLBERG

  1. SKJOLBERG

    Problem creating API with ServicesManager

    My English is not perfect, I think what you say is not what I am doing, the API has the interfaces that both the first plugin and the second plugin use, I register the API interface in the first plugin as a service and then in the second I try to get the service, the class (interface) only...
  2. SKJOLBERG

    Problem creating API with ServicesManager

    I use libby (library) to download other dependencies at runtime, this downloads a .jar in the /lib directory of the plugin with the compiled library, I have set compileOnly and it still doesn't work, is it something to do with using modules in my main plugin?
  3. SKJOLBERG

    Problem creating API with ServicesManager

    Hi electronicboy, That's what I was told it could be, but as far as I know I don't shade the API dependency, I've attached the build.gradle.kts I use below, I've also downloaded a decompiler to see the location of the packages in the final jar and they match. I have tested this in the other...
  4. SKJOLBERG

    Problem creating API with ServicesManager

    Hi :), I have asked in Discord without luck, it is something complex and there is little information in google, I have searched several websites and docs for information about it and I can't find anything either, I have been several days without sleeping well just thinking about this, I have...