haveric / StackableItems

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

Shift-double-clicking on items in your own inventory causes them to drop #161

Open GriffinCodes opened 3 years ago

GriffinCodes commented 3 years ago

Paper 1.16.5 #675 StackableItems v https://github.com/haveric/StackableItems/commit/e6c4531c5484a8b00de7f7b09702454e5113a101

https://i.imgur.com/PRGvcPF.gifv

ProjectEdenGG/Issues#679

haveric commented 3 years ago

Can you provide your items.yml file?

GriffinCodes commented 3 years ago
allWorlds:
  default:
    mushroom_stew: 16
    rabbit_stew: 16
    beetroot_soup: 16
    suspicious_stew: 4
haveric commented 3 years ago

I can't replicate this with StackableItems and from a quick glance over the collect to cursor code, I don't believe it will ever drop items. Can you provide a zip of your plugins folder so that I can test your exact setup? Feel free to send it over discord if you don't want it to be public.

What I'll be looking for and hopefully you can help answer is if you have any other plugins that deal with inventory changes in any way as they might be conflicting with StackableItems.

GriffinCodes commented 3 years ago

I'm able to reproduce on latest paper with only stackableitems installed

https://i.imgur.com/72TNxu6.gifv

haveric commented 3 years ago

Apologies, I missed the "Shift" part in the title. I am able to replicate this now.