1.9.0

Details

  • Filename
    ExchangeMarket.jar
  • Uploaded by
  • Uploaded
    Feb 16, 2013
  • Size
    264.98 KB
  • Downloads
    482
  • MD5
    5a1da8d49de839f59eaaf60f47c990b9

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

1.9.0

  • Added option for cancellation fee.
  • Player using console or console using player command gives error saying as such.
  • Added SetPrice command to modify price of existing sell order, permission separate from user permissions until it's tested more.
  • Added itemName parameter to orders command, only shows your orders for that item.
  • Added option to limit the number of identical orders a player can have.
  • Minor item name changes.
  • Removed socket error on checking new version.
  • Lowered number of commands listed in the menu, some commands only show if user has existing orders/transactions/packages.

1.8.0

  • Fixed confirm command buying items when user's account was near empty.
  • Including a price in the buy/sell command will execute it as a buy/sell order. Can be disabled in config. .

1.7.0

  • Added sellorder tax, charges user a percentage fee upon placing a sell order. Default 0%.
  • Posting new orders now tries to match first to opposing orders. Like issuing /sell before /sellorder.

1.6.0

  • Added buylist & sellist commands to list only buy/sell orders.

1.5.0

  • Fixed bug that created a new order instead of increasing an existing (non enchanted) order's amount at the same price.

1.4.0

  • Fixed orders not sorting correctly, last order not always being at the end of the list.
  • Iteminfo includes enchants on an item.
  • Info includes enchants on an order.
  • Negative amounts/prices give errors instead of auto converting it to positive value.
  • Added missing items.csv file, not sure when that went missing.
  • Fixed updating matching order's amount not checking for enchantment.
  • Price on signs updates better on placement and punches.

1.3.0

  • Added info command, get info on a specific order ID.
  • Added iteminfo command, get name, id and enchants of an item.
  • Added buying/selling from exchange signs.
  • Placing exchange sign will auto update the prices to the current buy/sell price.
  • Added throttle to using an exchange sign.
  • Transactions cmd should only list the users transactions.
  • Items on signs change to more understandable name (wool:12 to brownwool, ect)

1.2.0

  • Added return to aliases.
  • Added option to show orderer each transaction they've confirmed.
  • Added comments to config file.
  • Upon startup we check the disk config for missing properties, then give a warning if something's missing.
  • Fixed typo telling users to create a sellorder when they're trying to buy something.
  • Remove price input from buy/sell command, adding it will give the command info message.
  • Increasing amount of previous order will use person's last order instead of first found.
  • Returning items will select the highest price sell orders first.
  • Msgs to users in console shouldn't have the colour code in the prefix.
  • Fixed events being registered twice.

* Single threaded.
* Will default to sqlite on first run, servers running pre v1.1.0 need to set db-type to "mysql" in the config.