Colored Leather Armor

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

TullyMastully

Member
Aug 9, 2017
38
0
0
34
Hiii,
I wanted to make a wardrobe skript, but I got stuck when I tried making the Armor colored, I just don't know how to it.


Here's an example (Added Picture)

I want it to show in the chest the colored leather armor.
and I just don't know how to do it in Skript

Thanks in advance,
Sorry for my bad english ;c
 

Attachments

  • Screenshot_3.png
    Screenshot_3.png
    17.7 KB · Views: 1,091
just use "dyed (Color)"
so like
format gui slot 1 of player with leather boots dyed green named "Test" with lore "||This is your lore" to close
 
The best trick is to do this.
code_language.skript:
set {_item} to leather helmet
# format it
dye {_item} red

To use RGB, simply do this.
code_language.skript:
dye {_item} (255, 255, 255)
 
Status
Not open for further replies.