VoxelSniper
Lead Design & Programming
gabizou, Deamon5550
VoxelSniper 5 will receive maintenance updates only for spigot, VoxelSniper version 7+ will be for Sponge only.
Sponge version: VoxelSniper for Sponge
Development Builds
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Development Builds are available here: Development Builds
Overview
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.
Metrics
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
- The number of Snipers/LiteSnipers online
- The number of times Brushes are used
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
About us
The Voxel Box is a community-driven creative play server that consistently push the limits of what the Minecraft client and server can deliver to builders and to players. Over the past year and a half, it's blossomed into a place where some very talented people have built some of the most impressive Minecraft-related structures, software and concepts.
The VoxelBox

VoxelPlugins: A suite of plugins for Minecraft servers running Bukkit
Homepage: thevoxelbox.com
VoxelSniper Wiki: http://voxelsniper.wikia.com/wiki/VoxelSniper_Wiki
Twitter: @voxelbox
YouTube: youtube.com/voxelboxvideos
IRC: irc.esper.net #voxelbox #voxeldev

-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
Aha explains the null!
Will test now thank you.
EDIT; WORKS thank you! Obviously didn't work for me as it is a new server
-
View User Profile
-
Send Message
Posted Dec 25, 2012@iWadey
Ahhh, I just realised it may be due to an error on my end - I forgot to place items.txt into the compilation. I've done that now and re-uploaded it. Try downloading it from my website and using that. Tell me what happens.
-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
Will strip the server down of the rest of the plugins and retry
-
View User Profile
-
Send Message
Posted Dec 25, 2012@iWadey
My server's running the exact same Bukkit build, with the same plugins -MultiVerse. I have no errors, and all features work correctly on VoxelSniper.
-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
Currently on Bukkit 1.4.6 R0.1-b2561
-
View User Profile
-
Send Message
Posted Dec 25, 2012@iWadey
I am not able to replicate your error at all, what Bukkit version are you running? And no - you don't need VU.
-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
Oh and no brushes seem to work at all, Do i still need VU?
-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
I get a internal server error with this running: Essentials WorldBorder WorldGuard MultiVerse VoxelSniper
I am trying to change the material of my brush /v command
-
View User Profile
-
Send Message
Posted Dec 25, 2012@thomasmccarron
I've never used Pligman, and I'm not too sure what it is honestly. If it's a plugin loader, I use a plugin loader that I coded myself to load plugins onto my server, and it was able to do so with my VoxelSniper.jar - Regardless, the plugin should load fine on a server restart with a Bukkit server running the latest Beta+
-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
Whenever I try to load this plugin using Pligman, it says 'File found, but it isnt a plugin' Any idea what could be causing this?
-
View User Profile
-
Send Message
Posted Dec 25, 2012@Exloki
Thank you very much Exloki!
-
View User Profile
-
Send Message
Posted Dec 25, 2012I downloaded the source code and made the simple changes required to make this plugin 1.4.6 compatible. For anyone who wants it (Be warned, I have tested it, and have found no errors, but some features may not work - download and use this at your own risk) here's a link to my 1.4.6 version:
http://www.atmony.com/java/development/VoxelSniper.jar
-
View User Profile
-
Send Message
Posted Dec 25, 20121.4.6?
-
View User Profile
-
Send Message
Posted Dec 25, 2012Hey, this is a really great plugin, in fact, best one for terraforming in my opinion. It however broke after our update to 1.4.6, and It would be greatly apprciated if you could maybe update it? Thanks.
-
View User Profile
-
Send Message
Posted Dec 23, 2012I tried version 5.166.13 and now it works. If you are trying to use this on tekkit use VoxelSniper 5.166.13.
-
View User Profile
-
Send Message
Posted Dec 23, 2012I am making a tekkit server 3.1.3 on minecraft 1.2.5 but it gives me this error
13:50:45 [SEVERE] Error occurred while enabling VoxelSniper v5.168.0-jnks168 (Is it up to date?) java.lang.NoSuchFieldError: COCOA at com.thevoxelbox.voxelsniper.brush.OceanBrush.<clinit>(OceanBrush.java :40) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.thevoxelbox.voxelsniper.SniperBrushes.getBrush(SniperBrushes.java :285) at com.thevoxelbox.voxelsniper.SniperBrushes.getSniperBrushes(SniperBrus hes.java:238) at com.thevoxelbox.voxelsniper.MetricsManager.start(MetricsManager.java: 116) at com.thevoxelbox.voxelsniper.VoxelSniper.onEnable(VoxelSniper.java:256 ) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:386) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246 ) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:377) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:364) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:198) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
The brush doesn't work but the commands pop up in help. I am looking to see if anyone can fix this error. Thank you.
-
View User Profile
-
Send Message
Posted Dec 23, 2012@Bailet
That's typical for TheVoxelBox. They keep their servers a version back until a Bukkit RB and all their internal plugins are 100%, but they historically have kept their big public plugins up to date.
-
View User Profile
-
Send Message
Posted Dec 23, 2012update pls
-
View User Profile
-
Send Message
Posted Dec 22, 2012I think I've to recompile it by myself, to get it work ...
-
View User Profile
-
Send Message
Posted Dec 22, 2012when will they update the plugin, do I have to wait for 1.5?