# Configuration

The config is pretty simpel. You can find a explained version below. This is also the default config which will be created when you first install the plugin.

If a schematic source is not found it will not fail the plugin loading. If you want to check if everything is loaded properly set debug to true and you will get a list of loaded directories on startup or reload.

```yaml
# Never change this!
version: 2
# Enable to get more information in our server console
debug: false
# Settings for selector
selectorSettings:
  # The character you want to use when entering a path
  pathSeperator: /
  # We prefix the path with the source of the path. Use this if you have directories with equal names in your sources.
  pathSourceAsPrefix: false
# Manage which directories we use for schematic loading
schematicSources:
  # Directories we should search for schematics
  scanPathes:
    # Schematic brush directory
    schematicBrush:
      # path of directory. Seperate folder name with '/'
      path: SchematicBrushReborn/schematics
      # prefix. this is always required. Also when you set pathSourceAsPrefix to false.
      prefix: sbr
    fawe:
      path: FastAsyncWorldEdit/schematics
      prefix: fawe
    worldEdit:
      path: WorldEdit/schematics
      prefix: we
  # Define pathes which we should not scan inside the sources. Use the prefix to define the source.
  # Use a '*' at the end to exlude all schematic in subfolders too.
  excludedPathes:
    - prefix/none
# We will save your presets here
presets:
```


---

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