ChestDataBase-0.4-R1a-20120715

Details

  • Filename
    ChestDataBase.jar
  • Uploaded by
  • Uploaded
    Jul 15, 2012
  • Size
    26.23 KB
  • Downloads
    1,156
  • MD5
    27b300ed1d57557054bd7a8c196c23eb

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

07/15/12

  • Added recharge/cooldown timers usable by other mods to time recharge of commands or powers etc.

05/13/12

  • Implemented default values for columns
  • Changed the way the database fills in changed to data structure to automatically update a column when a select is made.

04/30/12

  • Implemented config files to customize table specs instead of needing to do it programmatically.

04/28/12

  • Better support for null values in Coordinate fields
  • Made a better system for plugins modifying existing tables (new fields and default values for Players table)

04/27/12

  • Added ability to disable the PlayerJoinEvent listener so data is not automatically added to the Players table when a player joins.

Future Updates

  • Where clause can only select by table key
  • Only basic functions implemented (select/update/delete single records)
  • Limited to string, integer, coordinate and bit data types
  • Tables do not lock, simultaneous edits might cause data loss (untested)
  • Switch to store data in book text when the update comes out.