triumph-gui icon indicating copy to clipboard operation
triumph-gui copied to clipboard

Dupe Bug with GUI

Open M0diis opened this issue 2 years ago • 2 comments

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

M0diis avatar Aug 14 '23 13:08 M0diis

Try to add gui.setDefaultClickAction(event -> event.setCancelled(true))

iGabyTM avatar Aug 14 '23 13:08 iGabyTM

I think this is because you are in creative

PenT1x avatar Feb 14 '24 21:02 PenT1x