triumph-gui
triumph-gui copied to clipboard
Dupe Bug with GUI
There's a dupe bug with the GUI.
I create the GUI the following way:
Gui gui = new Gui(5, TextUtils.format("&8• &0Žaidėjo šarvai"), InteractionModifier.VALUES);
gui.disableAllInteractions()
.disableItemSwap()
.disableItemTake()
.disableOtherActions();
https://streamable.com/mxcyhi
Try to add gui.setDefaultClickAction(event -> event.setCancelled(true))
I think this is because you are in creative