So I've started using SMC recently and wanted to depend on some functionality of some other plugins, in this specific case LuckPerms.
I'm not quite sure how I would retrieve an instance of it, their wiki shows 3 ways on how to do it, that said I searched for the getProvider method (inside the available methods from the TypeScript example lib) found a few, but they weren't of any help.
So my questing is, how would I depend on other plugins? Do I have to convert the plugins Java source code to TypeScript interfaces and classes and maybe more or are there easier ways?
Thanks in advance