This plugin reads commands from a MySQL database and performs them with operating rights to the console.
To install the plugin you just have to specify the login data to the MySQL server in the plugin's configuration file which is found in "plugins/MySQL-Reader/config.yml". After that, you have to reload your server. Now, create a column with that name you have specified in the configuration file. This column has to contain items of the SQL type "VARCHAR". Now, just enter your commands and have fun :D
No bugs are actually known! Feel free to report some!
1.0:
2.0:
3.0:
Config: server: localhost table: bukkit database: bukkit user: root password: password port: 3306 column_name: commands interval: 5 singleuse: false