Solved SkQuerys Gui Formatting

  • 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.

Marc

Active Member
Nov 27, 2020
94
0
8
17
Hello im creating this skript where if you right click on a block it gives you a menu, My friend told me instead of using cmd's I can use gui formatting, but I keep getting errors:

upload_2021-1-3_6-47-1.png


Skript:
Code:
on right click on stone:
    cancel event
    open chest with 6 rows named "&7Basic Computer" to player
    wait 1 tick
    format gui slot 0 of player with red mushroom blocked named "&7Internet Browser" to run:
        open a chest with 3 rows named "&7Internet browser" to player
Im not used to this and have no clue what im doing, I have tried looking it up but only came up with results of tuSKe's GUI formatting

:^) thanks
[doublepost=1609650006,1609649350][/doublepost]Nevermind im a idiot and fixed some of the things I think are the issue, ill name em:

GUI - not gui
open chest - not open a chest
block - not blocked
 
Status
Not open for further replies.