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

Latest commit

 

History

History
39 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.26 KB

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>