StackableItems

StackableItems

99k Downloads

Same items with different NBT tags are not stacking up together

bricebasty opened this issue ยท 4 comments

commented

Here is my items.yml

allWorlds:
  player: {}
  group:
    testGroup:
      MIN: -1
      MAX: -1
  inventory:
    chest:
      MIN: -1
      MAX: -1
  default:
    MIN: 64
    MAX: -1

Items (like potatoes or end rods, or literally anything) are making 2 different stacks because one of them has 1 NBT tag and the other one hasn't. Will try to provide a screenshot.

I'm trying to find a workaround by triggering the activation of the plugin only on the items which need it (like armors, swords, buckets, enderpearls, potions).

commented

How are you getting two similar items with different NBT? What NBT do they have?

commented

Will get back to you when I have more information, have to see with my players.

commented

Any update on this? Normally things with different NBT shouldn't ever stack together, so I'd be surprised if there is a case where they should and I don't believe StackableItems would be messing with existing tags.

commented

Hey I completely forgot to get back sorry. Actually, I don't think it is an issue with Stackable Items, but with Drop2Inv. Thank you for your time and help. And BTW, great plugin!