-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Used Simple Stack version
1.3.3
Used Spigot version
Paper version git-Paper-318 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
Describe the bug
When depositing unstackable items to other inventories (like shulker backpacks or minepacks), dragging the item to the other inventory causes only the first item to deposit while I'm still holding the rest of the stack. To fix this I have to manually open my inventory again, re-stack the items and shift click to deposit them in other inventories. As this first occured in Minepacks I suspected it might be ChestSort's hook, but the problem still persists even with ChestSort disabled.
I noticed that both Minepacks and Shulker Backpacks have the same GUI when opened from the inventory:
https://i.imgur.com/mQVpDVt.png
https://i.imgur.com/SL1cZGw.png
While placing the shulkerbox and opening it looks different. This inventory works normally:
https://i.imgur.com/GuQUZNy.png
Here is a video:
https://streamable.com/pzdbt6
I used this video for a another bug report for Chestsort (inventory sorting). That's why you see the items jumping around in my inventory. However at 0:40 you can see I try to deposit a bucket of milk in my backpack, but it only deposits the first item.
To Reproduce
Install Minepacks or Shulker Backpacks along with Simple Stack and open one of these pugin's inventories. I suggest Shulker Backpacks because it's easier to set up. You will notice it behaves strangely with Simple Stack.
Expected behavior
What should happen is that all existing stacks stay intact. And it should be able to make new stacks in those inventories as if it was the player's own.
Additional context
This is a bug report I made on ChestSort's github regarding this:
mfnalex/ChestSort#99
If this is another Plugin's fault, let me know and I will forward it to the developer there.