[EDIT/FUN/SEC] VoxelSniper v5.019 - Flexible Long-Range In-Game Map Editor [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Voxel Box, Jan 23, 2011.

  1. Offline

    Voxel Box

  2. Offline

    blaize9

    thanks, i was just about to post the error till i was reading page 3 =D
     
  3. Offline

    Jamie

    Looking forward to it Voxel .. Keep up the good work.
     
  4. Offline

    feverdream

    One small thing: I love this plugin, but find the fact that I can create sea areas with "/b oc" but not create land by the chunk as well sort of sad.

    Sire I can slave away with the brunch, lay down giant discs of a block type, etc.. but thats a lot more work and lets face it, the minerals are not mixed and it doesnt look natural.

    Will it ever be added?
     
  5. Offline

    Voxel Box

    Minecraft's oceans never go more than, I believe, 10 blocks below sea level. This is hardly in the range of what would be considered "interesting" or "mineral rich" landscape in the minecraftverse. filling in oceans and desert creation is quick as a snap with sand discs.

    Regarding mineral deposits, I did have an idea for a "noise brush" which would allow pockets of material to be placed within a ball-material-selection by percentage, then would place clusters of another defined material according to a variable. Time will tell, at the moment, we have bigger Voxels to fry...
     
  6. Offline

    enVy

  7. Offline

    feverdream

    Thing is, I may want a mountain peak that touches the sky barrier in that spot instead. Right now, I have to do all of that by hand, and place thing like coal or iron manually..
     
  8. Offline

    Voxel Box

    The need to create a mountain only to mine it out mystifies me. if all you want is a series of mountains, Why not just use MCedit to poach mountains from other landscapes and then snipe your liasons?
     
  9. Offline

    feverdream

    The goal is not to create it only to mine it out; Its to shape the land and make it look natural, or to shape the land so that users can do with it what they may.
     
  10. Offline

    Voxel Box

    yeah, if a body of water is significant enough to warrant removal, then you're at sea level --

    1) fill in the sea with sand discs -

    2) ball replace the sand into dirt / stone / gravel patches from above. there'll be no minerals in this area, but that's a small price to pay for the speed of the technique, and it's not generally mineral-rich territory anyway.

    3) find a corresponding mountain /landscape elsewhere in a map file, move it with worldedit.

    4) fix the edges with voxelsniper. this is either filing things down to sea level or creating just enough dirt cover with gravel / sand discs, replaces to grass.

    5) build a time machine and use it to warn your other selves that you could have walked three chunks further to find a terrain-generated mountain? I cannot imagine a universe where VoxelSniper can create natural-looking mountains faster than notch's terrain-generator. don't get me wrong, the human touch will always yield more pleasing, artistic results: Kasparov can beat Deep Blue, but not if we only allow a few nanoseconds between moves.
     
  11. Offline

    Meteo

  12. Offline

    Brack

    Best news I've heard since build 137 [​IMG]
     
  13. Offline

    enVy

    We use Essentials v155 and so far i can say everything works like a charm. But you have to remove the /b alias as described on page 3 here. But you could try versions above 155 because we've made a simple reroll to the last know working Revision.
     
  14. Offline

    Voxel Box

    We've got Fly Ridge Fly and VoxelSniper running on the latest version of Bukkit! I'm putting them through a bunch of tests this morning, but am expecting a release later today. The other plugins will follow shortly, we have a few things to iron out for multi-world support for several of the other plugins.
     
  15. Offline

    Meteo

    Yays Voxel! :] Hopefulyl u uploaded the update ^^
     
  16. Offline

    Dreadreaver

    still no update :/
    *waiting patiently*

    missing voxelsniper so much! when you have it sometimes you feel like you actually dont need it but those 2 days without it really felt strange when playing minecraft oO
     
  17. Offline

    blaize9

    I request a wall brush =D
     
  18. Offline

    Drat333

    I second this. would be more convienient than worldedit-ing a 1 block thin cuboid, especially with larger walls.
     
  19. Offline

    blaize9

    Also have it default width 1 but you have to put in how many blocks for the length
     
  20. Offline

    Brack

    Or a vertical option for the disc brush. Basically the same thing.
     
  21. Offline

    blaize9

    or BOTH [​IMG]
     
  22. Offline

    WACOMalt

    /me is greatly pleased to hear the update is almost ready. Now I'm only waiting on BigBrother and my server can finally open to the public!

    Thanks so much!
     
  23. Offline

    Voxel Box

    VoxelSniper 2.7 is out! Works with bukkit 289, and includes the following new feature:

    You can use your /v /vr and /vi commands with no declaration. Leaving off the declaration will use the targeted block's data as the declared value. So if you want to paint grass, just aim at a grass block and /v. Want to replace a sand bank with that grass? Just "/vr" while looking at the sand. Fancy someone's beautiful red wallpaper? It's just a "/vi" away. Sniper's never been quicker to get your brush set up for the task at hand. I'll have a new video up in a few days once we're done updating the plugin suite.
     
  24. Offline

    zergilng

  25. Offline

    Ixbidie

    I got a BUG, using Build [300] and it is loading successfully. I have v.2.6b. But when i rightclick to use the arrow it spite out this error:
    Code:
    10.02.2011 15:01:02 org.bukkit.plugin.SimplePluginManager callEvent
    SCHWERWIEGEND: Could not pass event PLAYER_ITEM to VoxelSniper
    java.lang.NoSuchMethodError: org.bukkit.Server.getWorlds()[Lorg/bukkit/World;
            at com.przerwap.bukkit.VoxelSniper.VoxelSniperListener.onArmSwing(VoxelSniperListener.java:395)
            at com.przerwap.bukkit.VoxelSniper.VoxelSniperListener.onPlayerItem(VoxelSniperListener.java:389)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:164)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:214)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:453)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    
    Thank you
    Ixbidie
     
  26. Offline

    enVy

    Update to v.2.7 !!
     
  27. Offline

    Dreadreaver

    2.7 works great, thanks voxel team!
     
  28. Offline

    przerwap

    Just wait till the clone-stamp brush ;)
    Coming soon.
     
  29. Offline

    TehSeph

    Amazing work. Kudos to the new update.
     
  30. Offline

    chris956

    11-02-10 19:44:28 [INFO] Unknown console command. Type "help" for help.
    b 10, 2011 7:44:41 PM org.bukkit.plugin.SimplePluginManager callEvent
    VERE: Could not pass event PLAYER_COMMAND to VoxelSniper
    va.lang.NullPointerException
    at com.thevoxelbox.VoxelSniper.VoxelSniperListener.onCommand(VoxelSniper
    stener.java:300)
    at com.thevoxelbox.VoxelSniper.VoxelSniperListener.onPlayerCommand(Voxel
    iperListener.java:107)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    :143)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    a:214)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:601)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:574)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:310)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:225)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    11-02-10 19:44:41 [INFO] chrisquintanilla issued server command: v 2
    11-02-10 19:44:41 [INFO] Unknown console command. Type "help" for help.
    b 10, 2011 7:44:46 PM org.bukkit.plugin.SimplePluginManager callEvent
    VERE: Could not pass event PLAYER_COMMAND to VoxelSniper
    va.lang.NullPointerException
    at com.thevoxelbox.VoxelSniper.VoxelSniperListener.onCommand(VoxelSniper
    stener.java:300)
    at com.thevoxelbox.VoxelSniper.VoxelSniperListener.onPlayerCommand(Voxel
    iperListener.java:107)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    :143)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    a:214)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:601)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:574)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:310)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:225)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    11-02-10 19:44:46 [INFO] chrisquintanilla issued server command: v 0
    11-02-10 19:44:46 [INFO] Unknown console command. Type "help" for help.
    what is this problem trying to tell me
     
  31. Offline

    przerwap

    I'd say a non-sniper tried using the /v command
     

Share This Page