brcdev-minecraft / shopgui-api

Public API for ShopGUI+ plugin
MIT License
10 stars 5 forks source link

NoSuchMethodError #10

Closed iGabyTM closed 4 years ago

iGabyTM commented 4 years ago

Using SGP 1.40.0, Api 1.5.0 and Spigot 1.16.1 the method ShopGuiPlusApi.getPlugin().getPlayerManager().getPlayerData(player); throw a NoSuchMethodError, I have checked the code of SGP and the methods are different. On the api you need to pass a Player object while on SGP the method uses OfflinePlayer.