MinusKube / SmartInvs

Advanced Inventory API for your Minecraft Bukkit plugins.
https://minuskube.gitbook.io/smartinvs/
Apache License 2.0
263 stars 65 forks source link

Shift click is ignored #202

Open Nuckerr opened 2 years ago

Nuckerr commented 2 years ago

I am having issues where my shift click is completely ignored. I'm running this:

contents.set(pos, ClickableItem.of(getIcon().getItem((Object[]) placeholders),
            event -> modify(tradeGuiProvider, contents, event)));

And when I click normally it works fine however shift clicking, nothing happens.

Tjorven-Liebe commented 3 days ago

I still can relate to this