Colored Leather Armor In 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 community!

    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.

TullyMastully

Member
Aug 9, 2017
38
0
0
Hello, I've been trying to put colored Leather Armor in my Chest GUI, but it always show an Error.


This is the code (See photo).

And this is the error (See photo).
 

Attachments

  • Code.png
    Code.png
    6.8 KB · Views: 371
  • Error.png
    Error.png
    35.9 KB · Views: 385
code_language.skript:
set {_item} to leather helmet
format slot 0 of player with {_item} named "example"
dye {_item} green
 
Also, please use TuSKe instead of format slot for GUIs
 
Status
Not open for further replies.