Can't get gui's to work.

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

ICoding_

New Member
May 11, 2018
9
0
0
23
I'm trying to make a gui plugin but I can't.

Code:
Code:
command /menu:
    trigger:
        open chest with 1 rows named "Menu" to player

Plugins:
Code:
Skript
TuSKe
SkQuery

Please help!
 
Code:
on skript load:
    create new gui with id "Menu" with virtual chest with 1 row named "&aMenu":
        make gui slot 0 with compass named "&cTest" with lore "|| Test1 || Test2 || Test3 || Test4 ||":
            send "&aSuccess!"
command /menu:
    trigger:
        open gui "Menu" to player
 
Give me the version you are using for each plugin /ver skript, tuske, skquery
Your /about aswell.
 
Status
Not open for further replies.