#How do you change the display name of items?
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
A script to rename items:
ClientEvents.lang("en_us", e => {
e.renameItem('item id', 'new name')
})
Reloadable with F3 + T
for simply changing the name of an item without any NBT shenanigans, you can simply use the above example
for changing the name of an item with NBT shenanigans, simply use event.add("translation_key", "Item Name") (seems to only work if the translation key is NOT translated yet)
I see you have the arrow of astral there! I actually had to change that myself. translation keys look something like item.minecraft.tipped_arrow.astral
thank you so much, I truly appreciate it
Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue!
This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.
Do you have any other questions regarding your issue? Feel free to ask!
Note: You should create a new post for unrelated issues.