# Home

![## Description](http://chojo.u.catgirlsare.sexy/wHmbIpte.png)

Schematic Brush Reborn is a complete new rewrite of the old [Schematic Brush](https://github.com/mikeprimm/SchematicBrush) which doesn't received any updates for version 1.13+.

So we decided to write it new from scratch and make it even better than before. We added several new functionalities, which should make using schematic brushes easier.

We added tabcomplete for nearly everything. You can start directly and learn from the plugin on the fly how to use it. We load schematics from our own schematic folder, of FAWE and World Edit. So we dont care, where you store your schematics. We support every schematic format which World Edit supports.

We allow you to save your favourite schematic sets as a preset. You can use them every time and even combine them with other presets.

![## Features](http://chojo.u.catgirlsare.sexy/64F0fGlX.png)

* Use schematics from your server as a world edit brush.
* Modify your current brush every time without creating a new one.
* Customize your brush with different flags
* Use weighted schematic sets to keep control of your schematics.
* Use random schematic sets to get more diversity.
* Save your favourite schematics sets as a set to use them everytime.

![## Requirements](http://chojo.u.catgirlsare.sexy/jtvCkmgC.png)

Spigot or Paper 1.13 and above.\
Java 11 and above.\
WorldEdit 7.1 and above.\
FAWE is also supported, but on the current state pretty unstable.

![## How does it work?](http://chojo.u.catgirlsare.sexy/V05UGdwq.png)

A schematic brush can contain one or more schematic sets. So a brush is a collection of one or more schematic sets.

A schematic set is defined by a selector and several modifications of the schematic. The general syntax is:

`<selector>@rotation!flip:weight`

The modifiers are optional and the order doesn't matter.

The brush itself has some flags, which allows to set a place method, offset and replacement rules.

`/sbr <schematic sets...> <flags...>`

You don't have to remember any of this. The plugin features a rich tabcomplete, which supports you all the time.

![autocomplete image](http://chojo.u.catgirlsare.sexy/WJ3Eh7N2.png)

We also track your schematic, preset and directory names. We can complete everything for you.


---

# 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.eldoria.de/schematic-brush-reborn-legacy/home.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.
