StockMarket v.03

Details

  • Filename
    StockMarket.jar
  • Uploaded by
  • Uploaded
    Mar 13, 2012
  • Size
    23.21 KB
  • Downloads
    512
  • MD5
    c717c5c6066a8db436e97ee1173b25c8

Supported Bukkit Versions

  • CB 1.2.3-R0.2

Changelog

v.03
  • Price/baseprice/volatility/min/maxprice are all decimal(10,2) now.
  • Improved event handling.
  • Added command to force a random event.
  • In general, stocks will still float around their base price, yet its slightly better than it was before. They do unpredictable things (which in general is good), and in general follow patterns similar to real stocks (i.e. slow yet slightly volatile rises/drops, with a low chance of sudden increases or sudden decreases).
v.02
  • Database will be created if it doesn't exist.
  • Make sure if the database does already exist, you don't have currently existing tables.
  • Added a check for invalid column names.
v.01
  • First Alpha Release