/
This is a fork of VoxelSniper. It adds support for newer versions of Spigot and Paper keeping available all features from original version of plugin, but with optimizations and code cleanup.
FAVS is designed for efficient terrain creation.
Downloads are available either on Modrinth or on CurseForge.
See here
Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.
repositories {
mavenCentral()
}
dependencies {
compileOnly("com.intellectualsites.fastasyncvoxelsniper:fastasyncvoxelsniper:2.7.2")
}
<dependency>
<groupId>com.intellectualsites.fastasyncvoxelsniper</groupId>
<artifactId>fastasyncvoxelsniper</artifactId>
<version>2.7.2</version>
<scope>provided</scope>
</dependency>
Voxel Sniper fork for modern Minecraft versions utilizing the improvements of FastAsyncWorldEdit