Solved How to format slot with more than one glowing item?

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

Funtime

Active Member
Apr 24, 2017
54
0
0
22
format slot 0 of player with glowing ender pearl named "Test" - Works
format slot 0 of player with 2 glowing ender pearl named "Test" - Does not work
 
You're very close, the 2 must go after glowing. Though I would use tuske, it's much less buggy
code_language.skript:
command /test:
    trigger:
        create gui with virtual chest named "test":
            make gui slot 0 with glowing 2 ender pearl named "shiny"
        open last gui to player
 
You're very close, the 2 must go after glowing. Though I would use tuske, it's much less buggy
code_language.skript:
command /test:
    trigger:
        create gui with virtual chest named "test":
            make gui slot 0 with glowing 2 ender pearl named "shiny"
        open last gui to player
For once I don't have to do that job.
 
  • Like
Reactions: Wynnevir
Status
Not open for further replies.