StockMarket v.04

Details

  • Filename
    StockMarket.jar
  • Uploaded by
  • Uploaded
    Mar 14, 2012
  • Size
    23.33 KB
  • Downloads
    642
  • MD5
    64d01b180420385663a4a1556fbc79a5

Supported Bukkit Versions

  • CB 1.2.3-R0.2

Changelog

v.04
  • Can now configure events yourself in the config.yml.
  • Fixed buying/selling invalid stock amounts.
  • Grouped permission nodes so you can grant stockmarket.admin.* and stockmarket.user.* or individual nodes. stockmarket.* should still give access to all commands.
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