haveric / StackableItems

Minecraft Bukkit plugin that allows you to change the default stack size of items.
22 stars 17 forks source link

Same items with different NBT tags are not stacking up together #142

Closed bricebasty closed 4 years ago

bricebasty commented 4 years ago

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).

haveric commented 4 years ago

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

bricebasty commented 4 years ago

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

haveric commented 4 years ago

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.

bricebasty commented 4 years ago

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!