Making a GUI

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

JaydenBee

Member
Nov 11, 2019
36
2
8
22
strawberry fields
I've been using TuSKe for GUIs for quite a while now, but only recently I've encountered an issue.

When I reload the .sk file to make a change, EVERY GUI on the server decides to break it's knees and allows players to steal items out of them.

I was wondering if there was an alternative to TuSKe that doesn't allow for the item-grabbing stealer glitch.
 
That happened to me before when I did /sk reload scripts and /sk reload all. Did you reload all the scripts or the specific file (/sk reload <name>)?
 
You could use SkQuery, Ive never had a problem with item stealing,
And when I did its probably bc I forgot smth:
Code:
command /gui:
    trigger:
        wait 2 ticks
        open chest with 1 row named "gui" to player
        format slot 0 of player with red wool named "red wool" to be unstealable

heres just a example, the ticks and to be unstealable part is very crucial in not making players steal items, hope this helps partner!
 
Status
Not open for further replies.