comXDB - Player Information Database:
Version: v0.1
My Website: http://www.modembug.com
This plugin records when a player joins for the first time on your server along with their IP address, it also keeps another record of the IP address that last connected as that user.
REQUIREMENTS:
Create a folder called lib inside of your plugins folder and place SimpleMySQL.jar in the folder prior to running the plugin. You can get SimpleMySQL here: http://www.unibia.com/unibianet/simple-mysql-library-java (Scroll down to the bottom of the site)
Configuration information:
dbHost: Host name of MySQL server.
dbUser: MySQL user with permissions to access to database/server.
dbPass: Password for MySQL user account.
dbName: Database for Minecraft (must already exist).
dbTable: The name of the MySQL table you wish to create and store information in.
Features:
Easily configured.
Light weight.
Changelog:
Version 0.1
Initial public release.