> For the complete documentation index, see [llms.txt](https://daikirai.gitbook.io/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daikirai.gitbook.io/scripting/render/breakprogress.md).

# BreakProgress

It can also show progress for blocks that `BedAura` is breaking.

## Reading the indicator

Choose the display with `Mode`:

* `Percentage` shows progress from `0-100%`.
* `Seconds` shows the estimated time remaining.
* `Raw` shows the raw break-progress value.

`Fade in` makes the indicator fade into view when a break starts.

## Choosing what to track

Enable `Show Manual` for blocks you break yourself. Enable `Show BedAura` for blocks broken by `BedAura`.

{% hint style="success" %}
If you use `BedAura`, turn on `Show BedAura` to see its block-breaking progress.
{% endhint %}

See [BedAura](/scripting/player/bedaura.md) for the module that can break beds automatically.
