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

# FastPlace

It can keep placement limited to blocks and can switch to another stack when the current one runs out.

## Set the placement speed

`Delay` sets the number of ticks between placements. Vanilla uses `4 ticks`, so `1 tick` makes placement attempts much more frequent.

{% hint style="success" %}
**Legit setup**

Use `1 tick` with `Blocks only` and `Auto swap blocks` enabled. This keeps FastPlace focused on building and avoids changing slots manually when a block stack is empty.
{% endhint %}

## Limit what it affects

`Blocks only` applies FastPlace to blocks instead of other right-click items such as food or bows. `Allow ladders` includes ladders in the faster placement timing.

`Pitch check` requires a downward look angle before FastPlace activates. `Minimum hold time` sets how long you must hold right-click before it activates. A value above `0` ignores short taps.

## Keep building without a slot change

`Auto swap blocks` changes to another block stack when the current stack runs out. `Show block count` displays how many blocks remain in the current stack.

## Related modules

* [Scaffold](/scripting/player/scaffold.md)
* [Tower](/scripting/player/tower.md)
* [FastMine](/scripting/player/fastmine.md)
