enabled |
Boolean |
true |
Enables or disables durability alerts. |
threshold |
Integer |
10 |
Durability percentage below which an alert is triggered. |
alertType |
Enum |
SOUND_AND_MESSAGE |
Alert mode: sound, message, or both. |
sound |
SoundEvent |
minecraft:block.anvil.land |
Sound played when an alert is triggered. |
checkArmorPieces |
Boolean |
true |
Enables durability alerts for equipped armor pieces. |
checkElytraOnly |
Boolean |
false |
Only checks Elytras among armor slots when armor checking is not fully enabled. |
minAlertIntervalSeconds |
Integer |
60 |
Minimum delay between two alerts for the same item type. |
listType |
Enum |
BLACKLIST |
Defines whether itemList acts as a whitelist or blacklist. |
itemList |
List<Item> |
Empty list |
Items affected by the whitelist or blacklist mode. |