File Details
DBPassword v0.8
- R
- Sep 25, 2012
- 18.27 KB
- 7.1K
- CB 1.4.6-R0.3
File Name
DBPassword.jar
Supported Versions
- CB 1.4.6-R0.3
- Tested against Latest CB Build 1.4.6-R0.3
- Added the ability to configure the column names for the database table per user request
New Configuration Options:
custom_columns_for_table:
id: 'id'
username: 'username'
password: 'password'
salt: 'salt'
These will allow you to customize the names of the columns that the table uses.
If you change the column names after the table has already been generated the plugin will not update the columns in the database and it will cause errors until you manually update the column names in the database or change the config options to match the table structure.