[ECON] iAuction v4.x- Adding auctions to Economies[1060]

Discussion in 'Inactive/Unsupported Plugins' started by rob4001, Jun 1, 2011.

  1. iAuction - Adding auctions to Economies
    Now using dev.bukkit.org
    Clicky!

     
    Samkio, Orcworm and Wakko like this.
  2. Offline

    Orcworm

    Getting this error with #1597 and latest iAuction:

    Code:
    2011-12-21 19:48:17 [INFO] Connection reset
    2011-12-21 19:48:23 [INFO] [iAuction] -----[ Auction Information ]-----
    2011-12-21 19:48:23 [INFO] [iAuction] Auctioned Item: diamond [264]
    2011-12-21 19:48:23 [INFO] [iAuction] Amount: 100
    2011-12-21 19:48:23 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'auction' in plugin iAuction v4.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
        at net.umc.rob4001.iAuction.Auction.startInfo(Auction.java:42)
        at net.umc.rob4001.iAuction.Auction.<init>(Auction.java:34)
        at net.umc.rob4001.iAuction.iAuction.New(iAuction.java:118)
        at net.umc.rob4001.iAuction.AuctionCommand.auctionStart(AuctionCommand.java:196)
        at net.umc.rob4001.iAuction.AuctionCommand.onCommand(AuctionCommand.java:39)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 14 more
     
  3. Sorry Uploaded fix now
    V4.1.1
     

Share This Page