MinusKube / SmartInvs

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

problem with re-moving items through pages #178

Open xSttReSSx1 opened 3 years ago

xSttReSSx1 commented 3 years ago

I have a serious problem how to move through pages without changing items on Air that are currently in the gui? I would also like to use the config to reference please help me as soon as possible

portlek commented 3 years ago

could you explain more? i couldn't understand what the problem is.

xSttReSSx1 commented 3 years ago

We have a gui and data, there is so much data we can't fit it all in one gui, when I do the same thing as in the tutorial it doesn't work the way I want it to, it removes items I've already set, replaces them with an empty slot, I would like some code to explain it to me

portlek commented 3 years ago

you can use paginator system for it. https://minuskube.gitbook.io/smartinvs/guide/paginations

xSttReSSx1 commented 3 years ago

https://pastebin.com/raw/SGGK5JGG

see this link, I have no idea how to do it differently