mmoMinecraft is an easy to configure and use suite of MMORPG related plugins for SpoutPlugin and Bukkit-based Minecraft servers. Server admin can install exactly which plugins they need knowing that they won't interfere with each other, and that they aren't forced into features they don't want.
Copyright (c) 2011-2012, mmoMinecraftDev <http://mmo.me.uk/>
mmoMinecraft is licensed under GNU General Public License Version 3
The latest and greatest source can be found on GitHub.
Download the latest builds from Jenkins.
View the latest Javadoc.
All mmoMinecraft projects use Maven to handle their dependencies.
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean package
- Generally follow the Oracle coding standards.
- Use tabs, no spaces.
- No 80 column limit or midstatement newlines.
- Pull requests must compile and work.
- Pull requests must be formatted properly.
Please follow the above conventions if you want your pull request(s) accepted.