#How do I make an Item Unstealable in GUI

1 messages · Page 1 of 1 (latest)

glass flicker
#

Use vanilla

#

And then see a tutoriaæ

#

Turorial

#

Vanille is SO much betten then skquery at menus

lunar star
#

I recommend actually using Skript-Gui or vanilla.

#

But I'm pretty sure u can find out how if u just look at messages in the discord or google

#

May even be in the docs

uncut fable
#
    if event-item is dirt named "test" with lore "hello":
        cancel event```
#

or if event-slot is 2: i think

lunar star
#

That will cancel all clicks no?

uncut fable
#

only the dirt

lunar star
#

if event-slot is 2

uncut fable
#

only if you click on dirt

#
    if name of player's inventory is "Hello":
        if event-item is dirt named "test" with lore "hello":
            cancel event```
#

then it only cancels in inventory named "Hello"