Script and custom MySQL database user authentication and security plugin for Bukkit-based Minecraft servers.
Copyright (c) 2011-2012, CraftFire http://www.craftfire.com
AuthDB Legacy is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3.
CraftFire is the team behind AuthDB, AuthDB Legacy, Babel, BabelCraft, BabelCraft Legacy, and TextWrap.
Visit our website or get support on our forum thread.
Track and submit issues and bugs on our issue tracker.
The latest and greatest source can be found on GitHub.
Download the latest builds from Jenkins.
AuthDB Legacy uses Maven to handle its dependencies.
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean package
- Generally follow the Oracle coding standards.
- No tabs; use 4 spaces instead.
- No trailing whitespaces.
- No 80 column limit or midstatement newlines.
- Pull requests must compile and work.
- Pull requests must be formatted properly.
- Number of commits in a pull request should be kept to a minimum.
- No CRLF line endings, LF only, put your gits 'core.autocrlf' on 'true'
- No merges should be included in pull requests unless the pull request's purpose is a merge.
Please follow the above conventions if you want your pull request(s) accepted.



