@@ -19,4 +19,12 @@ Since the custom durability system mimics the vanilla durability, there is no lo

## Durability in item lore
Durability can also be displayed in lore using the Dynamic Lore system, more info over [this page](Dynamic-Lore).
\ No newline at end of file
Since 6.5+ you can display the item current and max durability in the item lore. First, you have to add the following line to your lore format, although it is added by default since 6.5+
```
- '#durability#'
```
Then add these lines to your stats.yml which are still part of the default config file since recent builds.
```
durability: '&8Durability: #c/#m'
# #c will display the current value; #m will display the maximum value