BG-Software-LLC / WildChests

Sell chests, auto crafters, storage units, larger chests and more in one plugin!
https://bg-software.com/wildchests/
GNU General Public License v3.0
39 stars 23 forks source link

Selling items with Persistent Data Container - ShopGUIPlus #154

Closed Mirayii closed 1 year ago

Mirayii commented 1 year ago

Minecraft's Version

Purpur 1.19.2 Build 1852

Plugin's Version

Dev Build 87

Describe the bug

Items with Persistent Data Container can be sold in Sell Chests and not directly in ShopGUIPlus. This mainly affects servers with Slimefun, where items with Persistent Data Container can be sold. For Example Magnesium Ingot is Iron Ingot, Shop doesn't sell that item, but Sell Chest will.

To Reproduce

Create an ItemStack with PersistentDataContainer, for example Iron Ingot and try to sell it in ShopGUIPlus. It won't work. Try to put it in Sell Chest and the Sell Chest will sell it with no problem.

Additional Information

No response

OmerBenGera commented 1 year ago

In your SGP config, do you have the compare meta option enabled?

Mirayii commented 1 year ago

I do not, i'll test it with it enabled. But it seems weird that it doesn't allow to sell it by default with it being false.

Mirayii commented 1 year ago

That fixes it, thank you and sorry for bothering.