Changes
Page history
Update Custom Durability
authored
Dec 01, 2023
by
Taner
Show whitespace changes
Inline
Side-by-side
Custom-Durability.md
View page @
99d98b2c
...
@@ -26,7 +26,7 @@ As of 6.5+ you can display the item current and max durability in the item lore.
...
@@ -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.
Then add these lines to your stats.yml which are still part of the default config file since recent builds.
```
```
durability: '&
8
Durability:
#c/#m
'
durability: '&
7
Durability:
{current} / {max}
'
# #c will display the current value; #m will display the maximum value
# #c will display the current value; #m will display the maximum value
```
```


\ No newline at end of file