skript-gui set 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!

JOC0N

Member
Jan 24, 2025
2
0
1
25
Plugins installed:
- multiverse-core 4.3.14
- SkBee 3.7.0
- Skript 2.10
- skript-gui 1.3
- skript-yaml 1.6

I want:
Code:
make gui slot 11 with (red) leather chestplate (dyd/colored red)
only way i found:
Code:
set {_item} to leather chestplate
dye {_item} red
make gui slot 11 with {_item}