[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

    BioRage

    Is it possible to create an Auction House? like in WoW? with Citizens & Perhaps Spout for GUI.
     
  3. Fix is coming very soon Going to create a BukkitDEV Page WIll be releaced this evening

    OK Updated to 4.0 see the new bukkitdev site for info

    http://dev.bukkit.org/server-mods/iauction/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    kingdavidd

    Bukkit 1060

    2011-09-06 07:17:16 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'auction' in plugin iAuction v4.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at net.umc.dev.items.getAmount(items.java:125)
    at net.umc.dev.items.hasAmount(items.java:113)
    at net.umc.Rob4001.iAuction.AuctionHandler.startChecks(AuctionHandler.java:71)
    at net.umc.Rob4001.iAuction.iAuctionCommand.auctionStart(iAuctionCommand.java:157)
    at net.umc.Rob4001.iAuction.iAuctionCommand.onCommand(iAuctionCommand.java:36)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more
     
  5. Rty the new version on bukkitdev
     
  6. Offline

    Lay295

    Hey just one question why dont you update your post so it shows v4.0?

    Or at least show a link to your Dev Bukkit page

    Also i LOVE this plugin :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  7. @Lay295 You have the same problem as kingdavidd above

    same solution try 4.0.1

    Also thanks ive been meaning to update the title :D Now using Devbukkit
     
  8. Offline

    Lay295

    I still get that error i am on bukkit build 1185 and iAuction 4.0.1 and i also diabled all my other plugins :(

    if you want i can record a video of my doing it just to show you :p
     
  9. Would be brilliant
     
  10. Offline

    Lay295

  11. Offline

    Machete.Panda

    UPDATE! :p Not working with new iconomy
     
  12. New iConomy?
     
  13. Offline

    Lay295

  14. Offline

    Machete.Panda

  15. Offline

    The_Yogs

    It works, just doesnt broadcast the auction, i can see it. Also... Delete the thing that it makes the second file should be under the .jar
     
  16. Offline

    gamemaster1494

    anyone got a link to old iconomy or have a fix with the new one?
     
  17. Offline

    The_Yogs

    all working but iconomy
     
  18. New Version 4.0.2
     
  19. Offline

    The_Yogs

    economy aint working
     
  20. What economy ?
     
  21. Offline

    The_Yogs

    when i do /auction start etc everything works except for the money, it says internal error

    iconomy6

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  22. iConomy 6 has been causeing quite a few problems please could you paste the error (from thr sonsle) below
     
  23. Offline

    The_Yogs

    it works ..just not the economy part..it says internal error..I didnt configure pluginal all though
     
  24. Offline

    Sorwig

    I get this error when trying to create auction, no one can bid on anything.

    Bukkit 1185

    2011-10-24 01:06:15 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'auction' in plugin iAuction v4.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:358)
    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 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:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
    at net.umc.Rob4001.iAuction.AuctionHandler.INFO(AuctionHandler.java:227)
    at net.umc.Rob4001.iAuction.AuctionHandler.start(AuctionHandler.java:157)
    at net.umc.Rob4001.iAuction.AuctionHandler.startChecks(AuctionHandler.java:79)
    at net.umc.Rob4001.iAuction.iAuctionCommand.auctionStart(iAuctionCommand.java:157)
    at net.umc.Rob4001.iAuction.iAuctionCommand.onCommand(iAuctionCommand.java:36)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  25. Offline

    enkious

    I get this when creating an auction.

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'auct
    ion' in plugin iAuction v4.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    55)
            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 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:92)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :501)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
            at net.umc.Rob4001.iAuction.AuctionHandler.Info(AuctionHandler.java:227)
    
            at net.umc.Rob4001.iAuction.iAuctionCommand.auctionInfo(iAuctionCommand.
    java:137)
            at net.umc.Rob4001.iAuction.iAuctionCommand.onCommand(iAuctionCommand.ja
    va:44)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 13 more
     
  26. Offline

    Damien711

    Hi I've been using this plugin for a while now and things have been great. However I'm wondering is there some sort of setting that I can allow users to bid decimal amounts instead of only whole #'s. Using ico5 I will provide other plugins if needed. Thanks!
     
  27. Offline

    bobbysmithyy

    I can't access the source code on bukkit dev.
     
  28. Offline

    Lay295

    Can you hook this plugin onto register so it will support many economy's i really love this plugin :(
     
  29. This Plugin originally was iConomy only. then i implemented Register but now i am Converting to Vault in the new version. Waiting for a RB to update :D
     
  30. Why does no-one know #1597 == Craftbukkit - 1.0.1 - R1
     

Share This Page