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 some optimizations and code cleanup.
See here
Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.
repositories {
mavenCentral()
}
dependencies {
compileOnly("com.fastasyncvoxelsniper:FastAsyncVoxelSniper:2.2.4")
}
<!-- FastAsyncVoxelSniper API -->
<dependency>
<groupId>com.fastasyncvoxelsniper</groupId>
<artifactId>FastAsyncVoxelSniper</artifactId>
<version>2.2.4</version>
<scope>provided</scope>
</dependency>