ChestDataBase-0.1-R1a-20120428
Details
-
FilenameChestDataBase.jar
-
Uploaded by
-
UploadedApr 28, 2012
-
Size22.46 KB
-
Downloads480
-
MD56e329be5f309e96b89dfc35b557b15ba
Supported Bukkit Versions
- CB 1.2.5-R1.2
Changelog
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)