StackableItems

StackableItems

99k Downloads

Tool stacking problem.

FaceCactus opened this issue ยท 4 comments

commented

Here is my config:
ALL ITEMS MAX: -1
DIAMOND_SWORD: 16
But when I try to pick up more then 1 diamond sword it just stacks it once. So like the default minecraft stacking.

commented

I can't replicate this with that little bit of information.

What version of StackableItems are you running?
What version of CraftBukkit?
Are you in survival or creative mode?

Are you putting "DIAMOND_SWORD: 16" in defaultItems.yml or another file?

commented

Don't forget:
Every use of items (like sword) changes the item id.
You can see it with TooManyItems.

First use of Diamontsword: ID 276:1
Second use: ID 276:2
Third use: ID 276:3
and so on...

commented

The Item ID does not change for weapons. That is the durability. If the issue is that two swords of different durability are being used, then they will not stack and that is normal behavior.

commented

Closing as I cannot reproduce and there has been no feedback from the op.