All Projects → IntellectualSites → FastAsyncVoxelSniper

IntellectualSites / FastAsyncVoxelSniper

Licence: GPL-3.0 license
Voxel Sniper fork for modern Minecraft versions utilizing the improvements of FastAsyncWorldEdit

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to FastAsyncVoxelSniper

Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (+218.42%)
Mutual labels:  spigot, paper
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (+328.95%)
Mutual labels:  spigot, paper
Catserver
Spiritual inheritance of mcpc+/thermos/Cauldron, full support spigot/sponge/forge/bukkit/paper API
Stars: ✭ 127 (+234.21%)
Mutual labels:  spigot, paper
Paperlib
Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.
Stars: ✭ 108 (+184.21%)
Mutual labels:  spigot, paper
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-31.58%)
Mutual labels:  spigot, paper
Bedwarsrel
Bedwars Reloaded - The Minecraft Bedwars Plugin!
Stars: ✭ 108 (+184.21%)
Mutual labels:  spigot, paper
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+5921.05%)
Mutual labels:  spigot, worldedit
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+2418.42%)
Mutual labels:  spigot, paper
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (+202.63%)
Mutual labels:  spigot, paper
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+384.21%)
Mutual labels:  spigot, paper
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (+168.42%)
Mutual labels:  spigot, paper
triumph-gui
Simple lib to create inventory GUIs for Bukkit platforms.
Stars: ✭ 196 (+415.79%)
Mutual labels:  spigot, paper
Minecraft Optimization
Minecraft server optimization guide
Stars: ✭ 77 (+102.63%)
Mutual labels:  spigot, paper
Commandapi
An API for the command UI introduced in Minecraft 1.13
Stars: ✭ 116 (+205.26%)
Mutual labels:  spigot, paper
Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (+73.68%)
Mutual labels:  spigot, paper
Timings
Source to the Aikar's Minecraft Timings Viewer
Stars: ✭ 132 (+247.37%)
Mutual labels:  spigot, paper
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+1186.84%)
Mutual labels:  spigot, paper
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+1597.37%)
Mutual labels:  spigot, paper
Cardboard
The Bukkit/Spigot/Paper API implementation for Fabric
Stars: ✭ 220 (+478.95%)
Mutual labels:  spigot, paper
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (-23.68%)
Mutual labels:  spigot, paper

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].