[FUN/MECH] VoxelDoop v1.7 - Never Run Out of Blocks Again

Discussion in 'Inactive/Unsupported Plugins' started by Voxel Box, Mar 2, 2011.

  1. Offline

    Voxel Box

  2. Offline

    DaMooseinator

    Very nice. Will try this out.
     
  3. Offline

    Felirami

    Wow, amazing...
     
  4. Offline

    Blackstorm72

    CommandBook has this similar option but just using the /give or /i command.
    It's great :D especially for big projects. I am going to try this out.
     
  5. Offline

    Olympus

    Voxel Doop finally released :D

    With some extra tools too!

    Great, thanks guys!
     
  6. Offline

    vortal

    I think your plugin conflict with NathanWolf spell plugin, when you right click "slimeball" or "bone" a msg from spell plugin appear but nothing more.
     
  7. Offline

    Drat333

    You can reconfig it to be something else....
     
  8. Offline

    matt110111

    omg amazing make life aka minecraft so much easier
    --- merged: Mar 3, 2011 11:53 PM ---
    how'd you get the tools to look as they did in the video
     
  9. Offline

    Voxel Box

    matt~

    i'm glad you enjoyed the visual styling, that's one of my contributions to this plugin! The tools we use are exactly the "default" tools VoxelDoop uses, but the items have been changed in our server's texture pack (which I draw). If you download the creative texture pack from http://www.thevoxelbox.com you can see the re-textured items inside the ZIP.

    ~plusnine.
     
    matt110111 likes this.
  10. Offline

    X 8P X

    is there any way that you can make it so that admins/ops can dupe anything? or is there a setting for that sumwhere? btw can u unban me from ur server? i got banned for doing nothing...i left one day...came bak and i was banned
    --- merged: Mar 5, 2011 10:35 PM ---
    Two Sugestions:
    -Add an option where all Admins/OPs can dupe anything, even if it is on the blacklist
    -Add a blacklist for items that cannot be painted over
    -Ex: You build a Shelter out of Adminium and do not want it destroyed, but someone can paint over the Adminium with dirt and then grief it

    BTW: Awesome Plugin :D
     
  11. Offline

    Voxel Box

    X8PX - Those features are pretty well covered by VoxelSniper.
     
  12. Offline

    X 8P X

    I understand for the first one, but for the painting over of adminium? I think that would be a great addition later on :/
     
  13. Offline

    xCrap

    Somehow i'm getting this error.
    CB Build - #493
    Mac OS X 10.6.6

    Code:
    19:54:40 [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to VoxelDoop
    java.lang.NullPointerException
        at com.thevoxelbox.bukkit.doop.DoopListener.onBlockRightClick(DoopListener.java:65)
        at org.bukkit.plugin.java.JavaPluginLoader$20.execute(JavaPluginLoader.java:222)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:480)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  14. Offline

    CoteRL

    I am getting the same error as xCrap, only when using the Data Scroll tool, the others work fine.

    CB #493

    Code:
    12:31:22 [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to VoxelDoop
    java.lang.NullPointerException
            at com.thevoxelbox.bukkit.doop.DoopListener.onBlockRightClick(DoopListener.java:65)
            at org.bukkit.plugin.java.JavaPluginLoader$20.execute(JavaPluginLoader.java:222)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:480)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  15. Offline

    X 8P X

    Same here, but at least the plugin works :D
     
  16. Offline

    EvilSeph

    I'm going to guess that you're getting that error when you try to duplicate an unduplicateable block - it's a harmless error that's been addressed and will be in the next release. If this isn't the case, more information would be helpful :)
     
  17. Offline

    CoteRL

    @EvilSeph I only get the error when using the Data Scroll tool on blocks that I am positive have data (wool, etc..). The other two tools work fine for me.
    --- merged: Mar 7, 2011 4:50 AM ---
    After posting that, I gave it another try just to make sure and it appears there is still an error as well as that I'm an idiot. Right clicking with the bone causes the error, however left clicking works fine (which I'm sure is the intended function).

    I just re-read the instructions in the OP and it specifically says that the item needs a right-click hook. What is right clicking supposed to do, when left clicking does what the tools is described to do?
     
  18. Offline

    EvilSeph

    Uh, I meant when you try to data scroll a block that isn't scrollable (i.e. that you have configured not to be so). I don't really remember as we're running a later version.

    You sure you have wool or whatever under the "scrollable" configuration list?

    Edit: Left click scrolls forwards, right click scrolls backwards.
     
  19. Offline

    CoteRL

    I have the default settings.
    Code:
    voxelGuestScroll: false
    dupeTool: 275
    paintTool: 341
    scrollable: 17,35,18,43,44,
    voxelGuest: false
    voxelGuestDupe: false
    scrollerTool: 352
    undupable: 51,66,7,8,9,10,79,11,46,
    voxelGuestPaint: false
    Left click works fine, right click throws the exception.
     
  20. Offline

    xCrap

    Same as CoteRL, i was using the Data Scroll tool when this happened.

    The only thing i did with that tool was left-clicking on wool & slabs.
    Changing the colour of wool.
    Changing the material of the slabs.

    I did not use the right click.

    None of the plugins i have are affecting wool & slabs, well except for VoxelDoop.

    If this would be solved, it would be great :)

    Thanks.
     
  21. Offline

    przerwap



    Yo, its the VoxelGuest dependency


    Code:
    public void readMembers() {
            try {
                File f = new File("plugins/VoxelGuest/members.txt");
    With the way Scanner works it doesn't throw any error to be caught so it just skips that. Add a if(!f.exists()) { }
     
  22. Offline

    CoteRL

    I was curious what the 'guest' options were in the config. Another unreleased plugin?
     
  23. Offline

    Eddie plays mc

    This plugin is great but to protect from griefers could you add a permissions for atleast the paintbrush?
     
  24. Offline

    przerwap

    We wont be supporting any dummy permission systems. There will be proper permissions once bukkit has them aviable.
     
  25. Offline

    Aaron Warshaw

    <3 This plugin, THANK YOU!
     
  26. Offline

    Voxel Box

    glad you are enjoying the doop, aaron. we are extremely pleased with how it came out. the next version will sport some nice clean-ups to help with inventory management, and an improved data scroll wrench.

    personally, i cannot go back to life before the paintbrush!

    ~plusnine.
     
  27. Offline

    alexfire

    Is there any way to restrict this via permissions or any other means? cant really use the plugin if all my users can dupe items and etc. which they can as it stands now. Thanks for any help you can offer
     
  28. Offline

    przerwap

     
  29. Offline

    alexfire

    ah thats unfortunate have to wait then i suppose
     
  30. Offline

    Voxel Box

    VoxelDoop 1.6 is out!

    There's some really nice additions in here -- inventory flow smoothing with the Dooplicator (consider running a no-trash-drop server! we have this going on ours and it's awesome!), two-way scrolling with the wrench which now works on LOTS more blocktypes, and a smarter magical paintbrush.

    Enjoy!
     

Share This Page