MySQL Connector Plugin v. 1.0
Disclaimer: You must have a previous knowledge of SQL and have a currently running MySQL server to use this plugin.
Description:
This plugin allows you to log into a MySQL server to create tables and manipulate data within those tables.
Commands:
/connect -
Usage: /connect [ip] [database] [username] [password]
Description: This command connects to a MySQL server with the ip, database, username and password given. The server automatically remembers the data given until the connect command is used again with different preferences.
/create -
Usage: /create [tablename] [name_valuetype] [name_valuetype] [name_valuetype] [name_valuetype]
Description: This command creates a table in the database specified in the /connect command. This command supports up to four columns, with the name and value type specified in the command.
/setvalue -
Usage: /setvalue [tablename] [value] [value] [value] [value]
Description: This command inserts values into the table specified.
This plugin is a W.I.P., and future versions will be released soon.
Please comment if you find any bugs, that would be very helpful!