# Builder Tool

The builder tool will place blocks when players right click on another block while holding it. It will place blocks in the same direction as the block's face they clicked on, and will take items from the inventories of the players. The tool will place the same type of block that was clicked on, up to a maximum amount of configurable blocks - or until it cannot place blocks anymore (due to not having enough blocks, or having a block on the way)

## Required Sections

There are some required sections to be added to the config in order to have the tool working properly.

### length

Maximum amount of blocks to be placed.

#### Section Type

Integer (Number, maximum of 2,147,483,647)

## How to Use

* Hold the builder tool in your hand
* Make sure you have enough items in your inventory
* Right click on a block


---

# 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://wiki.bg-software.com/wildtools/overview/builder-tool.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.
