# FastAsyncVoxelSniper
[](https://discord.gg/intellectualsites)
[](https://bstats.org/plugin/bukkit/FastAsyncVoxelSniper/6405)
[](https://intellectualsites.crowdin.com/fastasyncvoxelsniper)
这是一个[VoxelSniper](https://github.com/TVPT/VoxelSniper)的分叉版本。它添加了对[Spigot](https://www.spigotmc.org/)和[Paper](https://papermc.io/)较新版本的支持,保留了插件原始版本的所有功能,但进行了优化和代码清理。
### FAVS 是什么?我为什么要使用它?
FAVS 是为了高效的地形创建而设计的。
- VoxelSniper 是 Minecraft 中首屈一指的长距离地图编辑工具。 此模组允许您使用箭头(用于替换)和火药(用于添加)编辑您能看到的任何方块。
- 它最适合那些注重细节的人,
适用于各种应用,从使用狙击笔对结构进行详细编辑,到使用一些颠覆性的软选择工具轻松完成大规模的土地改造工作。
- FastAsyncVoxelSniper 允许您异步执行操作,因此您可以让许多人轻松地执行许多体素
操作,而不会使服务器卡顿。
- 设置和使用简单
- 极度可配置
- 使用最少的 CPU/内存
- 对许多玩家使用安全
- 即使在最慢模式下,速度也极快
- 集成 FAWE 以利用其异步功能,并尊重 FAWE 相同的保护插件。
## 下载
下载可在 Modrinth 或 CurseForge 上获取。
- [Modrinth](https://modrinth.com/plugin/fastasyncvoxelsniper/)
- [CurseForge](https://www.curseforge.com/minecraft/bukkit-plugins/favs)
## 文档
* [Wiki](https://intellectualsites.github.io/fastasyncvoxelsniper-documentation/)
* [翻译](https://intellectualsites.crowdin.com/fastasyncvoxelsniper)
* [JavaDocs](https://intellectualsites.github.io/fastasyncvoxelsniper-javadocs/)
## 贡献
请[点击此处](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md)
## Maven 部署
发布版本发布到中央仓库,快照发布到 S01 OSS Sonatype。
### Gradle
```kotlin
repositories {
mavenCentral()
}
dependencies {
compileOnly("com.intellectualsites.fastasyncvoxelsniper:fastasyncvoxelsniper:2.7.2")
}
```
### Maven
```xml
com.intellectualsites.fastasyncvoxelsniper
fastasyncvoxelsniper
2.7.2
provided
```