Solved Issue with skQuery

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

verycoolguy123

Active Member
Jul 31, 2017
70
2
0
54
Whenever I create a gui and add items to it, I get this error: https://hastebin.com/ihofezovof.vbs
My server is running on 1.8.8 with the latest stable skQuery version. Here's my code:
code_language.skript:
on right click with compass:
    if name of tool of player is "&cServer Selector":
        open chest with 3 rows named "&cServer Selector" to player
        wait 1 tick
        format slot 11 of player with a diamond sword named "&7Practice" to run "sj %player% practice"
        format slot 15 of player with a brick block named "&7Build" to run "sj %player% build"
command /sj [<player>] [<text>]:
    trigger:
        make arg-1 execute command "/server %arg-2%"
 
Status
Not open for further replies.