InventoryGui
InventoryGui copied to clipboard
A library for Bukkit plugins to create GUIs with inventories
If I open the same gui for multiple players at once and one of them clicks a GuiStateElement, the Element is changed for the other players too. If I understand...
#### Is your feature request related to a problem? Please describe. The StaticGuiElement doesn't allow the number of items to be less than 1. #### Describe the solution you'd like...
If you double click a GuiElement and let's say print out a message each time it is clicked, you get 3 messages instead of only 2.
https://github.com/Phoenix616/InventoryGui/blob/e090666dd275ad2702fa8f12e38c82562779bf82/src/main/java/de/themoep/inventorygui/InventoryGui.java#L686
#### Used Version LATEST #### What is happening? I use the Inventory System to create an inventory with several pages. I use a GroupElement and there I add staticitems. However,...
#### Used Version Latest #### What is happening? A inventories title that contains pagination placeholders does not update when the page changes.
When interacted with gui storage element, we should be able to handle the event
#### Used Version 85ff40a342ac878448b1a62a3cdc9cc792735ede ### Use case https://github.com/weihao/itemraffle/blob/main/src/main/java/org/akadia/itemraffle/guis/DepositoryListCommonMenu.java#L24-L65 ### Update gui code https://github.com/weihao/itemraffle/blob/main/src/main/java/org/akadia/itemraffle/managers/GUIManager.java#L37-L47
#### Is your feature request related to a problem? Please describe. Created a page full of player skulls, whenever the player opens the GUI for the first time, the server...
The close action for the current GUI should be executed when clicking a GuiBackElement, but the inventory is never actually closed so that doesn't seem to happen. I've tried to...