Jump to content

GUI skript not working


Lapzzo

Recommended Posts

When I use this GUI skript  I made, the GUI is empty.

 

command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player
        format gui slot 11 of player with diamond sword named "&bWeapons"
        format gui slot 11 of player with chainmail chestplate named "&fArmour"
        format gui slot 15 of player with lime concrete named "&aRepair"

Edited by Lapzzo

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

I'm not sure because I use skript-gui, but doesnt the first like (<---) need a ":" at the end and proper indentation of the format lines

command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player <--------
        format gui slot 11 of player with diamond sword named "&bWeapons"
        format gui slot 11 of player with chainmail chestplate named "&fArmour"
        format gui slot 15 of player with lime concrete named "&aRepair"
                                                                             
 

For example:

command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player:
        	format gui slot 11 of player with diamond sword named "&bWeapons"
        	format gui slot 11 of player with chainmail chestplate named "&fArmour"
        	format gui slot 15 of player with lime concrete named "&aRepair"

 

Edited by FlapKakker
Link to comment
Share on other sites

3 minutes ago, FlapKakker said:
command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player <--------
        format gui slot 11 of player with diamond sword named "&bWeapons"
        format gui slot 11 of player with chainmail chestplate named "&fArmour"
        format gui slot 15 of player with lime concrete named "&aRepair"
                                                                             
 

For example:

command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player:
        	format gui slot 11 of player with diamond sword named "&bWeapons"
        	format gui slot 11 of player with chainmail chestplate named "&fArmour"
        	format gui slot 15 of player with lime concrete named "&aRepair"

Sorry it didnt work

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

28 minutes ago, FlapKakker said:

I'm not sure because I use skript-gui, but doesnt the first like (<---) need a ":" at the end and proper indentation of the format lines

command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player <--------
        format gui slot 11 of player with diamond sword named "&bWeapons"
        format gui slot 11 of player with chainmail chestplate named "&fArmour"
        format gui slot 15 of player with lime concrete named "&aRepair"
                                                                             
 

For example:

command /John:
    trigger:
        open virtual chest with size 1 named "&aMr John" to player:
        	format gui slot 11 of player with diamond sword named "&bWeapons"
        	format gui slot 11 of player with chainmail chestplate named "&fArmour"
        	format gui slot 15 of player with lime concrete named "&aRepair"

 

tuske syntax is different from that. The indents are not needed. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...