InventoryGui icon indicating copy to clipboard operation
InventoryGui copied to clipboard

A library for Bukkit plugins to create GUIs with inventories

Results 14 InventoryGui issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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

missing information

#### 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,...

missing information

#### Used Version Latest #### What is happening? A inventories title that contains pagination placeholders does not update when the page changes.

enhancement
help wanted
server api issue

When interacted with gui storage element, we should be able to handle the event

enhancement

#### 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

missing information

#### 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...

enhancement

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...