FastAsyncVoxelSniper
This is a fork of the original VoxelSniper plugin, adapted to work with modern versions of Spigot and Paper. The modification preserves all the functionality of the original version while including significant optimizations and code improvements.
What is FAVS and why should you use it?
FAVS is designed for efficient terrain creation and editing in Minecraft. It is a powerful tool for remote map editing that allows you to modify any blocks within your line of sight. For operation, it uses arrows (for block replacement) and gunpowder (for adding new blocks).
Key advantages:
- Asynchronous operation execution enables multiple players to work with voxels simultaneously without server load
- Simple setup and intuitive usage
- High degree of customization for specific needs
- Economical CPU and memory resource consumption
- Safety when multiple users work simultaneously
- High operating speed even in the slowest mode
- Integration with FastAsyncWorldEdit to utilize asynchronous features
- Compatibility with protection systems similar to FAWE
The tool is ideal for users who value attention to detail and covers a wide range of applications—from precise structure editing with the sniper brush to large-scale terraforming work using powerful soft selection tools.
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>