Enables the use of Albus whitelisting plugin for Bukkit (Minecraft) on WordPress installations. It requires the Bukkit plugin Albus to work:
http://forums.bukkit.org/threads/admn-albus-v3-0-use-forum-grouping-to-control-whitelist-via-mysql-499.3110/
This WP plugin adds the additional field "Whitelisted" to the users list on the administration panel where you can whitelist registered users to your Minecraft server.
Note that the original Albus plugin for Bukkit is required to make it work. Read the Installation section for instructions on how to set it up. However, with the database field there the plugin may work with other bukkit-whitelisting-plugins.
Bug reports, feedback and feature requests is thankfully received!
Minecraft
- Install the Albus plugin to your craftbukkit installation (You can find it in this forum thread: http://forums.bukkit.org/threads/admn-albus-v3-0-use-forum-grouping-to-control-whitelist-via-mysql-499.3110/ )
- Start and shut down your server in order to generate a settings file.
- Open up the albus.properties found in /your-craftbukkit-base-folder/plugins/Albus/
-
You are required to enter the following:
-
group-field=whitelist
- username-field=user_login
- mysql-table=wp_users
- allowed-group-ids=1
- mysql-db and mysql-host has to be the same that WordPress uses.
Alongside with your personal mysql connection settings of course. If you have a custom table prefix in your WordPress installation, replace wp_ with your custom prefix.
WordPress
- Upload the
albus
folder to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Log in as an administrator and whitelist users on the "Users" page