Inactive [EDIT] Superpickaxe v0.4d - Disable drops and tool wear! - The Loggable One [1337]

Discussion in 'Inactive/Unsupported Plugins' started by DiddiZ, Apr 17, 2011.

  1. Offline

    DiddiZ

    Superpickaxe
    Version: 0.4e - Works with recommended build #1337 - Download

    Dev builds: Jenkins


    Description:
    This pluging implements a simple super pickaxe that destroys everything with a single hit. It has fever features like WordEdit's super pickaxe, but is loggable with LogBLock and BigBrother. The default command to enable/diable the superpickaxe is "/spa" (Super PickAxe) but there is an option to override the WorldEdit commands "//" and "/,".
    Works with WorldEdit, LogBlock and BigBrother.

    Features:
    • Simple super pickaxe
    • Loggable by LogBlock (BigBrother supported partially)
    • Optionally overrides WorldEdit commands ("//", "/,")
    • Disable tool wear
    • Disable drops (not loggable by BB)
    Download, Command, Configuration and Details:
    [​IMG]http://diddiz.insane-architects.net/superpickaxe.php

    Changelog:
    • Superpickaxe v0.4e (Nov. 15, 2011)
      Requires CraftBukkit (tested with #1337)
      • Fix: Removed a debug message
    • Superpickaxe v0.4d (Oct. 15, 2011)
      Requires CraftBukkit (tested with #1317)
      • Fix: Config works again
    • Superpickaxe v0.4c (Oct. 12, 2011)
      Requires CraftBukkit (tested with #1317)
      • Updated for CB #1317
    • Superpickaxe v0.4b (Jul. 31, 2011)
      Requires CraftBukkit (tested with #1000)
      • Also listen for world changes in teleport events (thanks to Flobi)
    • Superpickaxe v0.4 (Jul. 29, 2011)
      Requires CraftBukkit (tested with #1000)
      • Added bukkit permissions
      • Added config disableToolWear
      • Added config disableDrops
      • Added config dontBreak to set immune blocks
      • Added config tools to set which tools are super pickaxes
    • Superpickaxe v0.3 (Jul. 14, 2011)
      Requires CraftBukkit (tested with #953) and Permissions
      • Added support for per world permissions
    [​IMG]
     
  2. Offline

    BetaStream

    It says that its unsuccessful(the build) :(
     
  3. Offline

    DiddiZ

    Forgot to update the bukkit download url, now :D
     
  4. Offline

    BetaStream

    Thanks! Working perfect! Thank you very much!
    About LogBlock: It works superb but I think that error handling isnt good... :( It almost always show error check cosole(when ther is mistake :))
     
  5. Offline

    DiddiZ

    Yeah, got fixed in dev #84 :D
     
  6. Offline

    Zathras

    Code:
    11:23:49 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    ...
    11:23:54 [INFO] WorldEdit 775-3510999 enabled.
    ...
    11:23:56 [INFO] [Superpickaxe] Overriding WorldEdit commands
    11:23:56 [SEVERE] Error occurred while enabling Superpickaxe v0.4e (Is it up to date?): null
    java.lang.NullPointerException
    	at de.diddiz.superpickaxe.Superpickaxe.onEnable(Superpickaxe.java:48)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    	at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    11:23:56 [INFO] [LogBlock] Permissions plugin found.
    11:23:56 [INFO] [LogBlock] Using Spout as chest access API
    11:23:56 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    11:23:56 [INFO] LogBlock v1.50 by DiddiZ enabled.
    ...
    
    Any clues on this NPE?
     
  7. Offline

    DiddiZ

    Update to dev, or disalobe world edit commands overriding
     
  8. Offline

    Zathras

    OK, I'm using build 13 now from Jenkins. I also disabled // anyway. I never liked have // as a proper command, since I'd much rather have that be an emergency teleport or something . :)
     
  9. Offline

    CubieX

    Little Info:
    Tested this on CB 1718 and MC 1.1 with the new WorldEdit 5.0
    Works so far. :)
     
    DiddiZ likes this.
  10. Offline

    blackbinary

    i use SPA with CB build 1718 and your last SPA dev version of 0.4e. the logging with LB does work but if i set "disablDrops" true the items still dopp. :(

    i see, the old 0.4d does work! But the Console spam Errors,:
    Code:
    15:02:15 [SEVERE] java.lang.Throwable
    15:02:15 [SEVERE]       at de.diddiz.Superpickaxe.Superpickaxe.onCommand(Superpickaxe.java:63)
    15:02:15 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    15:02:15 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    15:02:15 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:382)
    15:02:15 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:768)
    15:02:15 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:728)
    15:02:15 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:721)
    15:02:15 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    15:02:15 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    15:02:15 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:96)
    15:02:15 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    15:02:15 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534)
    15:02:15 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    15:02:15 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    15:02:15 [INFO] exe: org.bukkit.command.PluginCommand@2941c947
    
     
  11. Offline

    Nick Foster

    when will you update...?
     
  12. Offline

    DiddiZ

    Yup, forgot to remove that debug message then.
    Try the dev builds :D
     
    Nick Foster likes this.
  13. Offline

    Nick Foster

    ooops.... thanks...
     
  14. Offline

    blackbinary

    like i sad, i already tryed your build #13 from the 02.01.2012, it does not work for me. The items keep dropping regardless of setting the drop option ture or false ..

    but your old version 0.4d does work, but spam Errors
     
  15. Offline

    DiddiZ

    Hm, that usually means LB not found. Is there a related message at server start.
     
  16. Offline

    Mrchasez

    Update?
     
  17. Offline

    EX3MP

    Update Please
     
  18. Offline

    DiddiZ

    What's wrong?
     
  19. Offline

    Nick Foster

    doesn't work....
     
  20. Update for R5 please :)

    2012-02-28 09:42:26 [SEVERE] Error occurred while enabling Superpickaxe v0.4e (Is it up to date?)
     
    xsolar66 likes this.
  21. Offline

    Rohde97

    I'll translate it to Danish and send you it when it's done in a Danish version.
     
  22. any update coming for this,
    Would be nice :D
     
  23. Offline

    DiddiZ

    Try the dev build :D
     
  24. Offline

    xsolar66

    hi DiddiZ - current dev build of super pick axe ignores world guard defined regions and will break through anyway, even if they are not meant to be able to build/destroy in that region.
     
  25. Offline

    Buckethead

    please 1.2 updatee
     
  26. Offline

    DiddiZ

    Enable drops, this will allow WG to cancel the block break.
    Dev builds
     
    xsolar66 likes this.
  27. Offline

    Doc

    Link for dev builds: http://diddiz.insane-architects.net:8080/job/Superpickaxe/

    DiddiZ can we get permissions to allow certain users/groups to have Drops/No drops please?
    Thanks! This is the #1 best plugin for superpick! Thank you for all your hard work!

    -Doc
     
  28. Offline

    Buckethead

    oooooooh ty

    I got newest dev build w/ 2060build and it will break everything but i set it so i dont get drops to true and i still do

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    xsolar66 likes this.
  29. Offline

    xsolar66

    NoDrops = false to work. Worked for me - thanks DiddiZ
     
  30. Offline

    Buckethead

    i switched between true and flase and kept restarting still doesnt work
     
  31. Offline

    ChemicallyGodly

    why does it say stompzhammerz?
     

Share This Page