> 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/player/bedaura.md).

# BedAura

It can rotate to the bed, break a block covering it, and continue the break sequence while you deal with nearby players.

{% hint style="warning" %}
**Blatant setup**

Aggressive break settings are easier for server anti-cheat to detect. A high-speed setup uses `Break mode: Swap`, `Break speed: 1.12x`, and `Range: 4.5`. It also enables `Break near block`, `Ignore slow`, and `Maximize speed`, while leaving `Allow KillAura` and `Ground spoof` off. `Skip break verification` is optional and can help high-ping players.
{% endhint %}

## Find the bed

`Range` sets how far away BedAura can target a bed. `4.5` blocks matches vanilla block interaction reach. `FOV` limits targeting to the angle around the direction you face.

With `Only while visible` enabled, BedAura targets a bed only when you have line of sight. `Break near block` also lets it target a covered bed. It breaks the block closest to the bed first, so enable it when the bed is inside a defense.

## Control the break

`Break mode` chooses the break sequence:

* `Legit` uses a standard mining sequence.
* `Instant` breaks as fast as possible.
* `Swap` changes to the optimal tool during the break.

`Break speed` multiplies the block-breaking speed. `1x` is vanilla speed, and higher values shorten the break. `Rate` controls how often BedAura sends break packets during a tick.

`Ignore slow` keeps the break speed from being reduced by a Slowness effect. `Maximize speed` selects the fastest break sequence available. `Skip break verification` skips the check for each break packet, which can reduce waiting when your connection has high ping.

## Keep the break from being interrupted

`Allow KillAura` lets KillAura run while BedAura is active. If both modules are enabled, `Prioritize KillAura` gives KillAura control before the bed break.

`Cancel knockback` suppresses incoming knockback while BedAura is breaking. `Disable bhop` turns off Bhop during the break. `Ground spoof` reports that you are on the ground while jumping, which prevents the break rate from being reduced in the air.

`Disable right click` blocks right-click actions while BedAura runs. It is enabled by default.

## Show or hide the break

`Render block outline` highlights the bed or covering block. `Send animations` sends arm-swing animations with break actions. Both are enabled by default.

`Disable break effects` hides the particles and sounds from block breaking. `Silent swing` sends the swing without showing the arm animation.

## Related modules

* [AutoBlockin](/scripting/player/autoblockin.md)
* [KillAura](/scripting/combat/killaura.md)
