brcdev-minecraft / shopgui-api

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

getItemStackShopItem returns null if the item only has buy price and no sell price #21

Closed MedicOP closed 2 years ago

MedicOP commented 3 years ago

ShopGuiPlusApi.getItemStackShopItem returns null if the item only has a buy price defined and no sell price

brcdev commented 2 years ago

This behavior couldn't be reproduced with latest (1.78.0) ShopGUI+. I tried following scenarios:

and it always returned a non-null ShopItem object.