I have problem with include api of TradeSystem into my own custom economy plugin.
When i try implement EditorInfo, IDE can't find de.codingair.codingapi.tools.items.ItemBuilder, because is not implemented in api but is shaded in de.codingair.tradesystem.lib.codingapi.tools.items.ItemBuilder.
This is primary not my issue, i can manually implement your library into my project.
When i try compile plugin with added for compileOnly("com.github.CodingAir:CodingAPI:1.77"), plugin after load on enabled server dump
23:52:31[ERROR] [CreditLite] Failed to register events for class com.github.encryptsl.credit.hook.tradesystem.TradeSystemListener because de/codingair/codingapi/tools/items/ItemBuilder does not exist.
Describe the bug
I have problem with include api of TradeSystem into my own custom economy plugin.
When i try implement EditorInfo, IDE can't find de.codingair.codingapi.tools.items.ItemBuilder, because is not implemented in api but is shaded in de.codingair.tradesystem.lib.codingapi.tools.items.ItemBuilder.
This is primary not my issue, i can manually implement your library into my project.
When i try compile plugin with added for compileOnly("com.github.CodingAir:CodingAPI:1.77"), plugin after load on enabled server dump
Okay, plugin can't find class, Now i know can't only compile library, next i'm tried create shade in my plugin without success TradeSystem dump error https://paste.hostify.cz/?e0f6c165e26f45fa#6TZwtjpt94irpSvETFNtwMHNPspWTTDKACvuFLo7f3dw
Screenshots