WebAuction v0.2.5

Details

  • Filename
    WebAuction_v0.2.5.zip
  • Uploaded by
  • Uploaded
    Sep 27, 2011
  • Size
    670.91 KB
  • Downloads
    146
  • MD5
    e7e1c93f51b1201bad68435b5f3911cc

Supported Bukkit Versions

  • CB 1185

Changelog

v0.2.5

  • Added player images to website (after seeing a screen shot of Insidiea's webauction)
  • Better handling of upper and lower cases in login (you can log in as either "MyName" or "myname" now)
  • Wont except new auctions with prices which aren't numbers (duh...)
  • Small changes to the item info file. Changing max stacks of foods etc

v0.2.4

  • Configurable cool-down between sign/chest uses
  • In game alerts when you sell an item
  • unlock chests when someone crashes/logs out while using one

v0.2.3

  • Fixed reference bug with sales when result goes straight to mail box

v0.2.2

  • Added in images and info for (most) new 1.8 items

v0.2.1

  • Support for other economy plugins: BOSE6, BOSE7, Essentials, iConomy5, iConomy6, MultipleCurrency

v0.2

  • Main work was trying to get it running with new bukkit/minecraft/spout builds
  • Added md5 for passwords (everyone will have to reset password)

v0.1.8

  • Auctions now stack up fully, no more 3 pages of stone stacks from same person RUN scripts/stackAuctions.php AS AN ADMIN TO SORT CURRENT STACKS!!
  • Start of the Admin section for website, they can remove any auction... will add more stuff they can do, admins need in-game permission: 'wa.webadmin'
  • Edited the look slightly (very slightly)
  • Making it easier to change the look for the site with a config for which css file to use and which jquery theme to use.

v0.1.7

  • Fixes to the MySQL integration

v0.1.6

  • More secure login
  • Fixed error with transaction page where quantity was 0
  • Option to send purchases to my items rather than mail (globally set in the web config file)
  • Fixed the way mail is sent (from my items page) so that it splits items into max stacks, so that you wont lose items if you only have one inventory stack free and you receive mail that contains more than one full stack of items.

v0.1.5

  • Now can link directly to an iConomy table, if in same database
  • Sorted out a problem with depositing and withdrawing decimals
  • Added a max sell price to the website config
  • Round all auction prices to 2dp
  • Added a withdraw all sign

v0.1.4

  • On "my auctions" page when creating a new auction it will show more info about the items you have stored (quantity and market value)
  • New transaction log page, to see recent sales and purchases (log items get removed at the same rate as market value prices get removed, see web config file)
  • Can choose how much of an item stack you want to buy.

v0.1.3

  • left clicking chests caused them to lock

v0.1.2

  • MySQL closing connection too early bug fix

v0.1.1

  • Attempting to sort out spout loading dependencies