[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

    anon

    Can I ask for a configurable radius where players see the auction? This way people wont spam the chat.
     
  3. Offline

    havejack

    That would be nice actually Or make a defined area to have auctions Like a auction hosue :D
     
  4. Offline

    avalondrey

    good :) i work bukkit 766 :^)
     
  5. When you say radius do you mean from the spawn or from a configured point?
     
  6. Offline

    anon

    From the person that starts the auction. So he can only auction to people that is near him, and not across all the map.
     
  7. i could set it up so that the auction is announced through the LOcal channel in HeroChat

    also version 3.1 is out now to fix the Herochat channel feature
     
  8. Offline

    kahlilnc

    BOSEConomy?
     
    GayJuice likes this.
  9. Offline

    transient

    Is it possible to set the channel ourselves? That way we could choose whether we want it local global color etc?

    Also, I'm still having problems doing auctions via HeroChat. All the colors come out white and it says null where the colors should be changing.

    This plugin is still awesome though!

    Thanks!
     
  10. Nice!

    Request: anti-sniping feature. A configurable interval in the config file, after each bid, add that value in seconds to the remaining time. That way, if you bid near the end, people still have time to outbid.

    Also, would be great if we can configure the HeroChat channel to use, instead of local by default, ty!
     
  11. Offline

    GayJuice

    this!
     
  12. Offline

    kahlilnc

    lol what???
     
  13. Offline

    GayJuice

    i am asking the same question as you.

    Support for BOSEconomy?
     
    kahlilnc likes this.
  14. Offline

    kahlilnc

    I no I have seen your name somewhere? Are you a server host?
     
  15. Offline

    gaz492

    ITS BACK!!!!!!
     
  16. Offline

    Orcworm

    Just wondering, does this version have the bug where an OP would crash the server if he/she started an auction or bid on one?

    Either way, my server's back in business.
     
  17. Offline

    GayJuice

    yes i am :)
     
    kahlilnc likes this.
  18. Offline

    mbandit

    I get this error when I try to start an auction, any suggestions?

    2011-06-04 16:14:43 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'auction' in plugin iAuction v3.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at org.rob4001.iAuction.Items.name(Items.java:24)
    at org.rob4001.iAuction.iAuction.auctionInfo(iAuction.java:477)
    at org.rob4001.iAuction.iAuction.auctionStart(iAuction.java:415)
    at org.rob4001.iAuction.iAuction.onCommand(iAuction.java:236)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    Looking more closely at it, it doesn't appear to have created a config folder

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

    Freestyling

    Essentials conomy support please this would be great than
     
  20. This is caused by not setting the Herochat channel

    This can be conquered by setting the channel (Has to exist) in the config file herochat-chat-channel = (Channel)

    atm this is an iConomy Auction plugin

    I may support BOSEConomy and Essentuals economy in the future but atm i want to get all the bug's out before adding any mopre new content

    You should be able to configure it in the settings file

    should be in Plugins/iAuction/iAuction.properties

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

    transient

    @rob4001 Thanks! I don't think the jar is creating a config file with that line in it, though
     
  22. it should do after running once with herochat enabled
     
  23. Offline

    Xemnas33

    Code:
    14:10:18 [SEVERE] Error occurred while enabling iAuction v3.0 (Is it up to date?
    ): null
    java.lang.NullPointerException
            at java.util.Hashtable.put(Unknown Source)
            at java.util.Properties.setProperty(Unknown Source)
            at org.rob4001.iAuction.iProperty.setString(iProperty.java:119)
            at org.rob4001.iAuction.iProperty.getString(iProperty.java:114)
            at org.rob4001.iAuction.iAuction.setupSettings(iAuction.java:121)
            at org.rob4001.iAuction.iAuction.onEnable(iAuction.java:54)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:339)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:247)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    73)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    =/, Using latest download from the top of the thread too. I've enabled herochat but there's no other config options?

    Edit: It doesn't add herochat-channel-name= to the config, manual add works. Unfortunatley I can no longer find out the commands? Every command I pass to it with /auction in front just says it out loud in the auction channel.
     
  24. @Xemnas33 Could you link a screenshot of this?
     
  25. Offline

    Xemnas33

    [​IMG]
     
  26. as the full name of the channel is auction Herochat's function of sending a message to the channel (i.e. /(channel name or nick) (Msg) would send msg to the channel) is overriding the iAuction auction command.

    If you change the name of your channel to Trade or something other than auction then this should work
     
  27. Offline

    Xemnas33

    Thanks, works :)
     
  28. Update released
     
  29. Offline

    Xemnas33

    Quick question, any chance of a broadcast of auction starts and bids please? I need to be able to know when someone bids.

    Cheers,
    Xem
     
  30. did i brought you the idea of tacking over this plugin?
     

Share This Page