HELP! COMMAND NOT WORKING AFTER USING TUSKE 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.

IndevM

Member
Dec 22, 2021
1
0
1
18
Hi guys, I just created a new Minehut server for development with another person and currently I'm working on a shop skript, but apparently the command will just vanish if you add one line into the code:

This code looks normal
Code:
command /merchant:
    trigger:
        send "&8»&3Merchant at your service." to player
        open virtual chest inventory with name "&3&l&oFLEE&6&lCITY &8|&3 SHOP" to player
        format gui slot (all integers between 0 and 10) of player with Gray Stained Glass Pane named " "

but with line 5 added it won't work, with it removed it will work. With it the command just simply doesn't exist for some reason.
 
Status
Not open for further replies.