FastInv
FastInv copied to clipboard
Lightweight and easy-to-use inventory API for Bukkit plugins.
Hi, I use the API and works perfectly. **But it would be great if you add some features like:** - A pagination system (pages support). - An automatic method to...
This code has become very useful, but I'm missing pagination.
Hey MrMicky, hope you're doing well. Fixed non intended cancellation of the own player inventory while using a fast inv inventory, in my case it was useful cause i needed...
In my case it was useful to have a clearCloseHandler (having a default close handler which gets removed after something in gui got accepeted). I just added it for the...
This library only listens for the InventoryClickEvent, not the InventoryDragEvent which allows for players to drag items in (or out) of the GUI in places where it should be cancelled....