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.
# Just dont touch thisversion:4# The log level. A developer may ask you to change thisdebug:INFO# Define the sources where schematics are loaded fromschematicConfig:==:sbrSchematicConfigsources:-==:sbrSchematicSource # The directory to loadpath:SchematicBrushReborn/schematics # prefix to use if pathSourceAsPrefix is trueprefix:sbr # the path which should ne be loadedexcludedPath:[]-==:sbrSchematicSourcepath:FastAsyncWorldEdit/schematicsprefix:faweexcludedPath:[]-==:sbrSchematicSourcepath:WorldEdit/schematicsprefix:weexcludedPath:[] # Seperator to use in tabl completionpathSeparator:/ # Set to true to prefix directories with the source. Helpful when you have duplicated directory names in your sources.pathSourceAsPrefix:falsegeneral:==:sbrGeneralSettings # Check for updates.checkUpdates:true # Enable preview by default when having the permissionpreviewDefault:true # Show name of pasted schematic by defaultshowNameDefault:false # Refresh interval of the render previewpreviewRefreshInterval:1 # Max ms the render process is allowed to takemaxRenderMs:25 # The max size of schematics which should be rendered in blocks.maxRenderSize:2500