Description
Sets the item display name
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
display | d | The new displayed name of the item | |
slot | equipslot, s | The slot to target |
Examples
This changes the item's display name from "Godly Stick" to "This is my new name!" whenever a player right clicks with the item.
MyItem:
Id: stick
Display: 'Godly Stick'
Skills:
- setitemdisplay{d="This is my new name!"} ~onUse