This is a Spigot plugin providing various tools for building Minecraft maps. The plugin was originally developed for the Vaeron build team but now made available for everyone including the source code. Feel free to improve existing features or implement new ones via Pull requests.
This plugin requires FAWE and currently doesn't work with WorldEdit.
This is only a short summary, see here for an in-depth documentation on command usage on publication.
This command works like the WorldEdit //curve command but instead of tracing the curve with a specific block or pattern it uses a previously made copy of a region that is pasted along the curve.
This command works similarly to //vaesweep but instead of using a copy of a region this command uses all schematics with a specific prefix and pastes them with random 90° rotations along the curve.
To build the plugin you need Git and Maven.
- Clone the repository using
git clone https://github.com/Rafessor/VaeronTools.git
. - Compile the project with
mvn clean install
. - The jar file will be at
target/VaeronTools-x.x.x.jar
.