I can’t use the errode options at Y11 or lower, functionality starts at Y12.
This error shows up in the console when I try;
[details=Summary]
09.09 17:08:25 [Multicraft] Skipped 36 lines due to rate limit (60/s)
09.09 17:08:25 [Server] Server thread/ERROR [voxelsniper]: Error performing brush Erode
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: org.spongepowered.api.util.PositionOutOfBoundsException: Position is out of bounds: expected in range (-30000000, 0, -30000000) to (29999999, 255, 29999999) but got (-861, -9, -651)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.world.World.checkBlockBounds(World.java:694)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.world.World.getBlock(World.java:363)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at com.thevoxelbox.voxelsniper.brush.terrain.ErodeBrush.erosion(ErodeBrush.java:78)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at com.thevoxelbox.voxelsniper.brush.terrain.ErodeBrush.arrow(ErodeBrush.java:207)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at com.thevoxelbox.voxelsniper.brush.Brush.perform(Brush.java:74)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at com.thevoxelbox.voxelsniper.Sniper.snipe(Sniper.java:247)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at com.thevoxelbox.voxelsniper.VoxelSniperListener.onPlayerInteract(VoxelSniperListener.java:51)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.common.event.listener.SecondaryListener_VoxelSniperListener_onPlayerInteract63.handle(Unknown Source)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:201)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:184)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:229)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:214)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:129)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:633)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:628)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:571)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:59)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:10)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:121)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:39)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.util.Util.func_181617_a(SourceFile:44)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
09.09 17:08:25 [Server] Server thread/INFO [STDERR]: [com.thevoxelbox.voxelsniper.Sniper:snipe:251]: at java.lang.Thread.run(Thread.java:745)[/details]
Also whenever I try to do item ID’s (/v 2 for example) it says material not found. I can look at the material and do /v , or type the item name though. Same with /vr.
Oh, also the /b over d(number) is a bit odd now, because it also paints over water, and leaves, was wondering if that was on purpose or if there’s a way around it?