Shopkeeper trade
ImFrank08 opened this issue ยท 1 comments
- Shopkeepers version:
latest
- Spigot version:
1.19.4
Is there a way to allow randomly spent items to be traded?
Is there a way to allow randomly spent items to be traded?
I am not sure I understand the question correctly. But if this is about trading items that contains random/unique nbt data: There is no easy way to setup a trade for those. As admin, you can setup a trade that accepts those items by creating one of these items, removing the random/unique NBT data (e.g. via the Minecraft /data
command or some other plugin), and then use this item with all unique NBT tags stripped to setup the trade. Players can then use any item matching the trade's item pattern (which ignores the unique data tags that you manually tripped).
But you cannot setup a trade that gives out items with random/unique data.