haveric / StackableItems

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

Problem when placing stacks above 64 into chests #109

Closed erge1992 closed 9 years ago

erge1992 commented 9 years ago

I've got a problem when putting item stacks above 64 items (stack of 127) into a chest. When I do, it always shows a stack of 64. When I put it back in inventory, it changes back to 127.

How can I fix the number shown in the chest?

Btw: Is there a possibility to increase stacks over 127? Some items (like dirt or cubblestone) need to be stacked higher. I know about this "security feature" against item loss, but is there a possibility?

Thanks in advance

erge1992 2015-03-31_22 22 13 2015-03-31_22 22 21 2015-03-31_22 22 23

haveric commented 9 years ago

This is a vanilla client side issue, I can't control what numbers are displayed.

Having items over 127 requires handling all items in a custom manner, which is nearly impossible to do. If you attempt to use items over 127 on the server side, you end up with infinite items and stacks that appear as a single item.

Edit: Custom manner implies something along the lines of using lores to track item stacks.

erge1992 commented 9 years ago

Thanks for the really quick answer. This is no problem, just thought, i failed in configuration :-)

ghost commented 9 years ago

I have exactly the same problem, how you did you?

haveric commented 9 years ago

@Wasabules As stated above, this is a vanilla client issue and cannot be fixed within the plugin at this time.