> For the complete documentation index, see [llms.txt](https://moretweaks.tarna.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moretweaks.tarna.dev/tweaks/durability-ping.md).

# Durability Ping

## Description

Notify players when their tools are about to break.

## Options

| Name          | Description                                                                       | Type    | Default                                   |
| ------------- | --------------------------------------------------------------------------------- | ------- | ----------------------------------------- |
| enabled       | Whether this tweak is enabled.                                                    | boolean | false                                     |
| threshold     | The percentage of the tools durability needs to be for the player to be notified. | integer | 5                                         |
| message\_type | The type of message to send to the player.                                        | string  | action\_bar                               |
| message       | The message to send to the player.                                                | string  | Item durability is low!                   |
| sound         | The sound to send to the player when this tweak is triggered.                     | sound   | minecraft:block.note\_block.chime,1.0,1.0 |
