Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Voxel Sniper fork for modern Minecraft versions utilizing the improvements of FastAsyncWorldEdit

License

Notifications You must be signed in to change notification settings

TheOld-Crafters/FastAsyncVoxelSniper

 
 

Repository files navigation

FastAsyncVoxelSniper

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.

Links

Contributing

See here

Maven Deployment

Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.

Gradle

repositories {
    mavenCentral()
}

dependencies {
    compileOnly("com.fastasyncvoxelsniper:FastAsyncVoxelSniper:2.2.4")
}

Maven

<!-- FastAsyncVoxelSniper API -->
<dependency>
    <groupId>com.fastasyncvoxelsniper</groupId>
    <artifactId>FastAsyncVoxelSniper</artifactId>
    <version>2.2.4</version>
    <scope>provided</scope>
</dependency>

About

Voxel Sniper fork for modern Minecraft versions utilizing the improvements of FastAsyncWorldEdit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Kotlin 0.6%