Minecraft Bukkit MySQL-Reader mod 2026 download
logo
minecraft mod Bukkit MySQL-Reader

Bukkit MySQL-Reader

Game Version: 1.5.0
Total Downloads: 4,579
Updated: Mar 23, 2013
Created: Nov 3, 2012
Download Bukkit MySQL-ReaderDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
MySQL-Reader v3.2 release 7.21 KB Mar 23, 2013 1.5.0 1,648 download Bukkit MySQL-Reader MySQL-Reader v3.2 releaseDownload
MySQL-Reader v3.1 (MC 1.3 & 1.4) release 7.15 KB Jan 20, 2013 1.4.6 894 download Bukkit MySQL-Reader MySQL-Reader v3.1 (MC 1.3 & 1.4) releaseDownload
MySQL-Reader v3.0 (MC 13 & 1.4) release 12.28 KB Jan 6, 2013 1.4.6 613 download Bukkit MySQL-Reader MySQL-Reader v3.0 (MC 13 & 1.4) releaseDownload
MySQL-Reader (2.0 / MC 1.3. & 1.4) release 6.48 KB Nov 7, 2012 1.4.2 825 download Bukkit MySQL-Reader MySQL-Reader (2.0 / MC 1.3. & 1.4) releaseDownload
MySQL-Reader (1.0 / MC 1.3. & 1.4) release 6.07 KB Nov 4, 2012 1.4.2 599 download Bukkit MySQL-Reader MySQL-Reader (1.0 / MC 1.3. & 1.4) releaseDownload

Description

Share this:

General:

This plugin reads commands from a MySQL database and performs them with operating rights to the console.

  • GitHub: http://github.com/mrpixeldream/MySQL-Reader

Features:

  • Automated extraction of commands from a table
  • Login data configurable
  • Interval: Configurable (defined in minutes)
  • Query on the port which is defined in config (by default, it is 3306)
  • Deleting commands from the table after execution if you want to

Installation and configuration:

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 😀

Upcoming Features:

  • Ingame commands to add and remove tasks
  • Ingame commands to change the configuration

Known Bugs:

No bugs are actually known! Feel free to report some!

Changelog:

1.0:

  • Initial release

2.0:

  • Added configuration option for interval in minutes
  • Added adjustable column name
  • Added adjustable port
  • Renamed some classes
  • Added description to the plugin.yml file

3.0:

  • Added configuration option for using the commands just once
  • Fixed connection not closing properly

Sample config:

Config:
  server: localhost
  table: bukkit
  database: bukkit
  user: root
  password: password
  port: 3306
  column_name: commands
  interval: 5
  singleuse: false

Comments

Add a comment