A stylistic asynchronously processed mine craft world edit schematic builder, providing cool ways to build schematics with effects and patterns all while the sorting and processing happens on another thread
If you've been here before or don't care about super-cool amazing gifs, read the wiki: Phobos Wiki
Do you need directions to the bingo hall too? Update your java, it's starting to smell.
Phobos aims to add functionality for developers to build world edit schematics (.schem
files) with some style in their worlds. The following are some
basic examples of some build patterns that are currently in Phobos as of v3.0.0
Shade it into your project or provide it at runtime as a plugin ;)
Phobos, at the time of writing this, uses WorldEdit v7.2.5
<dependency>
<groupId>sh.sagan</groupId>
<artifactId>phobos</artifactId>
<version>3.0.0</version> <!-- at the time of writing, current version is 3.0.0. Check the pom for the latest version -->
<!-- <scope>provided</scope> if this will be used as a plugin -->
</dependency>
Contributions are always welcome via PRs. If it's a large one, open an issue and discuss/explain what you're doing and why.