Changes
Page history
setitemlore -> setlore
authored
May 30, 2022
by
Phillip
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/SetLore.md
0 → 100644
View page @
80a90a0d
Mechanic: SetLore
================
Sets the new lore of the item
Attributes
----------
| Attribute | Aliases | Description | Default |
|:---------:|:-------:|:------------------------:|:-------:|
| lore | l | The new lore of the item | |
Examples
--------
This changes the item's lore whenever a player right clicks with the item.
```
yaml
MyItem
:
Id
:
stick
Display
:
'
Godly
Stick'
Lore
:
-
'
This
is
line
1'
-
'
This
is
line
2'
Skills
:
-
setlore{l="This is line 1","Is this line 2"} ~onUse
```
\ No newline at end of file