Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.78 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.78 KB

mmoMinecraft

What is mmoMinecraft?

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

Donate to the mmoMinecraft project

Source

The latest and greatest source can be found on GitHub.
Download the latest builds from Jenkins.

Compiling

All mmoMinecraft projects use Maven to handle their dependencies.

  • Install Maven 2 or 3
  • Checkout this repo and run: mvn clean package

Coding and Pull Request Formatting

  • 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.