FastAsyncVoxelSniper
PluginGPL-3.0-only

FastAsyncVoxelSniper

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

20.0K
Downloads
79
Followers
1 years ago
Updated
📦
17
Versions

📖About FastAsyncVoxelSniper

FastAsyncVoxelSniper

Join us on Discord
bStats Servers
Crowdin

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.

What is FAVS and why should I use it?

FAVS is designed for efficient terrain creation.

  • VoxelSniper is the premier long range map editing tool for Minecraft. This mod allows you to edit any block that you can see using an arrow (for replacing) and a gunpowder (for adding).
  • It is best used by those with a strong attention to detail and
    fits a wide array of applications, from making detailed edits to structures with the snipe brush, to making massive terraforming jobs a breeze with some of the earth shattering soft selection tools.
  • FastAsyncVoxelSniper allows you to perform operations asynchronously, so you can let a lot of people perform many voxel
    operations with ease and not hanging your server.
  • Simple to setup and use
  • Extremely configurable
  • Uses minimal CPU/Memory
  • Safe for many players to use
  • Insanely fast, when using the slowest mode
  • Hooks into FAWE to utilize its async features and respects the same protection plugins like FAWE.

Downloads

Downloads are available either on Modrinth or on CurseForge.

Documentation

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.intellectualsites.fastasyncvoxelsniper:fastasyncvoxelsniper:2.7.2")
}

Maven

<dependency>
    <groupId>com.intellectualsites.fastasyncvoxelsniper</groupId>
    <artifactId>fastasyncvoxelsniper</artifactId>
    <version>2.7.2</version>
    <scope>provided</scope>
</dependency>