#Coloring leather armor in a GUI.

1 messages · Page 1 of 1 (latest)

warped mauve
#

dye %item% %color%

#

%color% also supports an rgb value, so you could do dye player's tool (255, 50, 125)

light night
#

that's still what you will do. set a variable to the armor, dye the variable with the color, set the item in the gui to the variable

modern fable
#

make your itwn a local var
dye local var
set slot to local var

modern fable