# Home

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/eldoriarpg/SchematicBrushReborn/Verify%20state?style=for-the-badge\&label=Building) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/eldoriarpg/SchematicBrushReborn/Publish%20to%20Nexus?style=for-the-badge\&label=Publishing)\
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/maven-releases/de.eldoria/schematicbrushreborn-api?label=Release\&logo=Release\&server=https%3A%2F%2Feldonexus.de\&style=for-the-badge) ![Sonatype Nexus (Development)](https://img.shields.io/nexus/maven-dev/de.eldoria/schematicbrushreborn-api?label=DEV\&logo=Release\&server=https%3A%2F%2Feldonexus.de\&style=for-the-badge) ![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/de.eldoria/schematicbrushreborn-api?color=orange\&label=Snapshot\&server=https%3A%2F%2Feldonexus.de\&style=for-the-badge)\
[![wakatime](https://wakatime.com/badge/github/eldoriarpg/SchematicBrushReborn.svg)](https://wakatime.com/badge/github/eldoriarpg/SchematicBrushReborn)

![](https://imgur.com/4t8efNZ.png)

Schematic Brush Reborn is a revive of the old [Schematic Brush](https://github.com/mikeprimm/SchematicBrush).

However it is not really the old schematic brush and has a way better usability. It features several new features which will make creating Schematic Brushes as simple as possible!

### Core Features

#### Rich Text Editor UI

Use the text editor to adjust your schematic brush blazingly fast. You dont need to remember commands anymore. Just click and it will happen!

![A brush with one schematic set and several placement modifiers](https://imgur.com/rNMtrDF.png)

#### Modify what and how you paste

Use the selectors to directly select only the schematics you want. Select them by name, directory or use a regex if you want.

Full control how you paste. Use different placing methods, apply an offset, prevent block replacements.

Want more diversity? Use the schematic modifier to apply different rotations or flips on your schematic.

#### Save what you need

Save your favourite schematic sets as a preset to load them quickly when you need them again. You can have your own personal presets or share them globally with other users on your server.

#### Schematic preview

See what you will paste before you paste. You can even adjust the rotation or the flip direction.

#### Strong api

You miss something? Use the api to add your own schematic modifier or selectors. See the wiki for a example.


---

# 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/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.
