what is better? [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 community!

    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.

MateoxPL

Active Member
Jan 27, 2018
116
0
16
Hello
I have a question
which is better for creating gui?
SkQuery? (Format slot)
Skript (set slot)
TuSke (format gui slot)
and Please, justify :emoji_slight_smile:
 
tuske > skript > skquery
skquery guis are buggy and you should never use them. skript guis are fine but i feel like tuske are easier since you dont need to listen for the inventory click you can just format the slot (tuske advanced guis are pretty comprehensive if you want it but the simple format is good for simple things)
 
@Donut
Ok thanks for suggest
and so i have this skript:
code_language.skript:
            if arg 1 is "money":
                if player has permission "core.aukcja":
                    if {lvl.%player%} >= 10:
                        open chest with 1 rows named "       &5&lMONEY" to player
                        wait 1 tick
                        set player's current inventory's slot 0 to prismarine crystals named "&8MONEY&2100"

when player fast close and open inventory item inserts into the crafting slots and he can steal
 
TuSKe would definitely take up a lot less space than normal Skript, but I prefer normal skript with the skellet syntaxes. There are so many options with it and I prefer it over TuSKe.
 
Status
Not open for further replies.