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

Q: Drag UI? #173

Open Matix-Media opened 3 years ago

Matix-Media commented 3 years ago

Hi, is it possible to create a draggable UI?

I want to create a UI for the player to set up their default inventory sorting.

I hope some people can help me. Max

titivermeesch commented 2 years ago

Hi, is it possible to create a draggable UI?

I want to create a UI for the player to set up their default inventory sorting.

I hope some people can help me. Max

I think you can do that with v1.3.0, You can use InventoryContents#setEditable to make a slot editable. You'll need to build the version yourself though.