I'm trying to get the name of a players item and then color it including default name like "Netherite Sword" but im stuck on this current stage
trigger:
set {_item} to player's held item
set {_itemname} to name of {_item}
set {_itemname} to unformatted {_itemname}
set name of player's tool to "&c%{_itemname}%"```
I made this a couple months ago without needing any addons but now that file is nuked i have to recreate it again and dont remember how