Hey all,
I need help with changing the name of the player's held item. I've tried this with quotation marks in all different places:
But that doesn't seem to work. I don't get any error messages when I try to load the skript or anything, it's just not doing what I want it to do. Any suggestions? Thanks!
***Note- I've also tried just removing the item from the player's inventory and then giving them a renamed one, but that is just really glitchy and not very reliable.***
I need help with changing the name of the player's held item. I've tried this with quotation marks in all different places:
code_language.skript:
on rightclick with lead:
set {_item} to player's held item
add "{display:{Name=Hey}}" to nbt of {_item}
***Note- I've also tried just removing the item from the player's inventory and then giving them a renamed one, but that is just really glitchy and not very reliable.***