# 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 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moretweaks.tarna.dev/tweaks/durability-ping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
