Update Custom Durability authored by Taner's avatar Taner
......@@ -26,7 +26,7 @@ As of 6.5+ you can display the item current and max durability in the item lore.
```
Then add these lines to your stats.yml which are still part of the default config file since recent builds.
```
durability: '&8Durability: #c/#m'
durability: '&7Durability: {current} / {max}'
# #c will display the current value; #m will display the maximum value
```
![](https://i.imgur.com/InWJLD4.png)
\ No newline at end of file