brcdev-minecraft / shopgui-api

Public API for ShopGUI+ plugin
MIT License
9 stars 6 forks source link

ShopGuiPlugin#getItemManager missing #12

Closed WouterGritter closed 3 years ago

WouterGritter commented 3 years ago

The ShopGuiPlugin#getItemManager method is missing in the API repo. When I decompiled the plugin, I saw the method was actually present in the implementation of the ShopGuiPlugin class.

As a workaround I now have to import the plugin's jar file in my project, instead of with the api using maven.

WouterGritter commented 3 years ago

See PR #13 !