Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldoriarpg/schematicbrushreborn
A minecraft plugin which allows you to use schematics in a brush via world edit
https://github.com/eldoriarpg/schematicbrushreborn
fastasyncworldedit hacktoberfest minecraft minecraft-plugin paper-plugin schematicbrushreborn schematics spigot-plugin worldedit
Last synced: about 2 months ago
JSON representation
A minecraft plugin which allows you to use schematics in a brush via world edit
- Host: GitHub
- URL: https://github.com/eldoriarpg/schematicbrushreborn
- Owner: eldoriarpg
- License: agpl-3.0
- Created: 2020-05-25T10:42:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:04:04.000Z (about 2 months ago)
- Last Synced: 2024-11-18T18:26:28.647Z (about 2 months ago)
- Topics: fastasyncworldedit, hacktoberfest, minecraft, minecraft-plugin, paper-plugin, schematicbrushreborn, schematics, spigot-plugin, worldedit
- Language: Java
- Homepage:
- Size: 2.72 MB
- Stars: 20
- Watchers: 3
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eldoriarpg/SchematicBrushReborn/verify.yml?branch=master&style=for-the-badge&label=Building)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eldoriarpg/SchematicBrushReborn/publish_to_nexus.yml?branch=master&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")
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!### 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 and 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](https://github.com/eldoriarpg/SchematicBrushReborn/wiki/API) for a example.## Dependency
**Gradle**
``` kotlin
repositories {
maven("https://eldonexus.de/repository/maven-public")
}dependencies {
compileOnly("de.eldoria", "schematicbrushreborn-api", "version")
}
```**Maven**
``` xml
EldoNexus
https://eldonexus.de/repository/maven-public/de.eldoria
schematicbrushreborn-api
version```