How to make RGB armor in Minecraft(JAVA) REMADE

Channel:
Subscribers:
1,440
Published on ● Video Link: https://www.youtube.com/watch?v=f5TdWLOrg3E



Duration: 4:11
227 views
4


These commands make it so the color will change of the armor being used.
COMMANDS:
scoreboard objectives add color dummy

give @p minecraft:leather_chestplate{display:{color:1}}


scoreboard players add color color 65000

execute store result block 3751 -60 3748 Items[0].tag.display.color int 1 run scoreboard players get color color

item replace entity @p armor.chest from block 3751 -60 3748 container.0

execute if score color color matches 16510000 run scoreboard players set color color 0