[INACTIVE][ECON] iAuction v2.5 - auctions for iConomy [440]

Discussion in 'Inactive/Unsupported Plugins' started by Zaraza107, Jan 29, 2011.

  1. Offline

    Zaraza107

    iAuction
    Version: v2.5​

    This is an auctioning plugin for iConomy v4.0 "Kristen". For list of commands use /auction help or /auction ?
    iConomy is required for proper working.
    Permissions and GroupManager plugins are not obligatory.

    Download v2.5 (source included)
    Older versions:
    Show Spoiler


    GitHub

    Commands:
    • /auction help|? - help message
    • /auction start|s <time> <item> <amount> <price> - starts and auction for amount of <time> with <amount> of <item> for <price>.
      NOTE: <item> can be either item's id or name compatible with Bukkit.
    • /auction bid|b <bid> (secret bid) - bids auction with <bid>, if [secret bid] is set and <bid> is greater than current bid, it will automatically bid up when new bid is lower than (secret bid)
    • /auction end|e - ends auction before time's up
      NOTE: only the player who started the auction and Op can end an auction
    • /auction info|i - shows information about current auction
    Installation:
    Put iAuction.jar into plugins folder. After first load it will create iAuction folder in plugins and a configuration file.
    If maximal-time is set to 0 (default), it will be ignored.
    Every color configuration has string value which have to be one of ChatColor colors (below)
    Code:
    black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white
    permission-system - "permissions" or "groupmanager" (not case sensitive) any other will set permissions system off

    Permissions:
    Code:
    'auction.start' - permission to start an auction
    'auction.bid' - permission to bid an auction
    'auction.end' - override of auction ending for someone who is not Op or auction owner (for example for moderators)
    Changelog:
    Show Spoiler
    Version 1.0
    • first release
    Version 2.0
    • used Nijikokun's fixed version of v1.0, also:
    • changed command handler to onCommand()
    • fixed Permissions support
    • fixed items duplicating bug
    • fixed damaged tool repair (only fully repaired tools can be auctioned)
    • nicer colors :)
    • hopefully, null currency fixed
    Version 2.1
    • added settings for colors and maximal time
    • NumberFormatException in auction bidding fix
    Version 2.2
    • bidding now checks if someone has enough balance
    • namespace fix
    Version 2.3 beta
    • removed constructor
    • some optimization
    • HeroChat support
    • permissions nodes separation
    • invalid item name bug fix
    Version 2.4
    • auction.bid permission node fix
    • update for MC Beta 1.3 (CraftBukkit #432)
    Version 2.5
    • iConomy 4.0 update
    • Permissions 2.3 update
    • GroupManager support added
    • currency does not have to be integer anymore (thanks to iConomy)
    • minor fixes (mostly visual)


    Known Bugs:
    • Op trying to auction kills the server (not always)
    • Disconnected player won't get items
     
    GermanyMember likes this.
  2. Offline

    puyttre

    thank you, mister ^^
     
  3. Offline

    Sleaker

    Forked on github today, removed GM/HeroChat dependencies to simplify it down. Going to poke around to see if it's still functional after the updates.
     
  4. Offline

    puyttre

    Another reason to love bukkit Plugin Developers :)
     
  5. Offline

    jonathan edel

    just one small problem...

    14:43:14 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'auction' in plugin iAuction v2.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:650)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:613)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:607)
    at net.minecraft.server.Packet3Chat.a(SourceFile:36)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
    at org.minr.Zaraza107.iAuction.iAuction.auctionStart(iAuction.java:359)
    at org.minr.Zaraza107.iAuction.iAuction.onCommand(iAuction.java:276)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  6. Offline

    Orcworm

    Yep, seems it's finally broke with the latest rec. build (733), willing to 'buy' an update for this, my server is heavily reliant on it.
     
  7. Offline

    Birdie

    Same.
     
  8. Offline

    siroro

    I've made the fixes so it works with the latest RB: http://siroro.co.uk/MC/iAuction.jar - if you guys want me to take over development of the project, let me know. (This version breaks herochat). Also, I'll need a list of bugs, etc.
     
    burningacidsdk and neerb713 like this.
  9. Offline

    Damien711

    Siroro please take over this project at least until the plugin author comes back. Would be greatly appreciated.
     
  10. Offline

    Orcworm

    Great, I'll see how it goes, thanks a lot.

    Oh, and grats on finding the thread Damien ;p.
     
  11. Offline

    Damien711

    This isn't working for me. Every time I or a player on my server try to start a auction we get this error:
    An internal error occurred while trying to perform this command.
    I was using siroro's jar iauction.jar file and still not working any ideas?

    Running craftbukkit build 733
    my config:
    #Minecraft Properties File
    #Wed Apr 27 13:26:07 CDT 2011
    enable-herochat=false
    permission-plugin=groupmanager
    info-secondary-color=aqua
    help-obligator-color=dark_red
    maximal-time=50
    auction-status-color=dark_green
    warning-color=red
    help-optional-color=light_purple
    help-or-color=blue
    auction-time-color=dark_aqua
    tag-color=yellow
    help-command-color=aqua
    info-primary-color=blue
    help-main-color=yellow

    Any help would be great.


    It took me a while can't find it from plugin list because its inactive.
     
  12. Offline

    siroro

    What's the error from the console? Also, please try using fakepermissions/group manager. With permissions as permission-plugin
     
  13. Offline

    Damien711

    It works great now I changed the permissions to using the permissions plugin I guess groupmanager doesn't work? Anyways thanks for the support I hope you fully begin to support this plugin :)
     
  14. Offline

    Sevenos

    Can you release the source please (github would be awesome, but not needed) and/or tell what you've changed? Wanted to do the same thing, but need the HeroChar integration too.
     
  15. Offline

    Bzar_

    HAHA Your server is fucked without this :p

    EDIT: Fix works great. Thanks
     
  16. Offline

    neerb713

    thanks, It works great and it would be cool if u could take it over.
     
  17. Would be great if you could continue this project. If you could perhaps add in an item-blacklist or make it so that unstackable items aren't stacked when the player has won them, that'd be great :D.

    EDIT: Would also be great if you could update this for iConomy 5.0 :)
     
  18. Offline

    burningacidsdk


    Pls go ahead and do it <33333


    I´ve been missing this plugins sooooooo long!!!
     
  19. Offline

    gaz492

    broked with iconnomy 5
     
  20. make it to bukkit build 766
     
  21. i have made an update for the plugin.
    With a lot of help from Rob4001, it is done.
    of course i have done a little bit too. :p
    it should work now for the latest build, and for iConomy 5.x
    but i still need to test it, but i don't have the time now.
    so... don't blame for it not working.

    ps. to some people who want to know, my minecraft in-game name is BlockCat :p
     
  22. Offline

    gaz492

    it works
     
  23. Offline

    gaz492

    can we get this plugin in the get plugins thing. if any admin reads this
     
  24. Works like a charm on 766 with iConomy 1.5. Thanks a lot :).
     
  25. Offline

    gaz492

    it works for iconnomy 5.1 for me
     
  26. nice. :D
    i am now gonna try to add something.
    [edit]
    but what i tried is to hard for me :(.
     
  27. Offline

    gaz492

    works on non recommended builds. :)
     
  28. but whatch out with the maps
    if you auction them, they will return to map_0
     
  29. Offline

    gaz492

    also some item ids don't work. we need the author back or a pro java coder
     

Share This Page