DBPassword v0.8

Details

  • Filename
    DBPassword.jar
  • Uploaded by
  • Uploaded
    Sep 25, 2012
  • Size
    18.27 KB
  • Downloads
    6,921
  • MD5
    a3263a1b1b24ead9ee51f7ac614a3409

Supported Bukkit Versions

  • CB 1.4.6-R0.3

Changelog

  • 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.