|
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:
|
... | | ... | |