haveric / StackableItems

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

Items spill when double clicking items into inventory #116

Closed minoneer closed 5 years ago

minoneer commented 8 years ago

We have a strange bug with StackableItems: Using the minecraft function to shift + double click (with one of the items on cursor) all Items of the same type from a large chest to the player inventory, it usually fills up all empty slots in the player inventory and leaves any remaining stacks inside the chest. However, with this plugin enabled, it spills any items which do not fit in the player inventory to the floor. Strangely, this only happens with certain item types:

Items known to cause this issue:

Items known to work properly

Apparently this is only an issue with items having a damage/data value that is not 0.

StackableItems version: 1.0.4 Spigot version: 1.8.8

Config is set to stack any potions up to 16 globally, only in brewers to 1. All other settings are left to default.

Hope you can look into this and provide a fix, as I would like to continue using this plugin.

Regards, minoneer

haveric commented 5 years ago

Outdated issue. Please create a new ticket if you're still experiencing problems with the latest release (v1.0.6)