Update Custom Durability authored by Jules's avatar Jules
......@@ -29,13 +29,13 @@ This cannot be used in the item lore! These are placeholders that can be used in
## Durability in item lore
As of 6.5+ you can display the item current and max durability in the item lore. Firstly, you would have to add the following line to your lore format, although it is added by default since 6.5+
You can also display the item durability in the item lore. First, add the following line to your `lore-format.yml` config file if it's not already there:
```
- '#durability#'
```
Then add these lines to your stats.yml which are still part of the default config file since recent builds.
Then add this to your `stats.yml` if it's not already there.
```
durability: '&7Durability: {current} / {max}'
......
......