Changes
Page history
Update SetItemDisplay
authored
May 10, 2024
by
Amy
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/SetItemDisplay.md
View page @
4568fa09
Mechanic: SetItemDisplay
## Description
================
Sets the item display name
Sets the item display name
Attributes
## Attributes
----------
| Attribute | Aliases | Description | Default |
| Attribute | Aliases | Description | Default |
|:---------:|:-------:|:----------------------------------:|:-------:|
|:---------:|:-------:|:----------------------------------:|:-------:|
| display | d | The new displayed name of the item | |
| display | d | The new displayed name of the item | |
Examples
## 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.
This changes the item's display name from "Godly Stick" to "This is my new name!" whenever a player right clicks with the item.
```
yaml
```
yaml
MyItem
:
MyItem
:
...
...
...
...