The RPG Lover's Mod!
Go to file
nossr50 0db5330416 release should be 17 not 16 2024-04-16 14:26:32 -07:00
.github disable xml report (#4880) 2023-03-21 22:05:40 -07:00
extras Misc code fixes 2020-07-13 11:39:03 -07:00
src 2.2.006 2024-04-13 15:18:12 -07:00
.gitattributes text=auto 2013-03-07 14:43:03 -05:00
.gitignore Fixed wiki url being incorrect in various commands 2023-04-03 16:47:58 -07:00
Changelog.txt 2.2.006 2024-04-13 15:18:12 -07:00
Changelog_2.1.0.md Updating the fancy changelog 2019-01-26 23:14:12 -08:00
LICENSE Use the full GPLv3 license file 2019-08-02 16:02:07 +01:00
README.md 2.2.004 2024-04-02 13:25:35 -07:00
pom.xml release should be 17 not 16 2024-04-16 14:26:32 -07:00
standards.md A private method cannot be abstract >.> 2014-06-28 23:49:46 -07:00

README.md

mcMMO

The #1 RPG Mod for Minecraft

Website

I'm working on a brand new website for mcMMO

You can check it out here http://www.mcmmo.org

Spigot Resource: https://spigot.mcmmo.org

I plan to post links to our new wiki (its still under development), downloads, and dev blogs there.

API

If you are using maven, you can add mcMMO API to your plugin by adding it to pom.xml like so...

<repository>
    <id>neetgames</id>
    <url>https://nexus.neetgames.com/repository/maven-releases/</url>
</repository>
<dependency>
    <groupId>com.gmail.nossr50.mcMMO</groupId>
    <artifactId>mcMMO</artifactId>
    <version>2.2.004</version>
</dependency>

Builds

Currently, you can obtain our builds via the Spigot or Polymart:

http://spigot.mcmmo.org

https://polymart.org/resource/mcmmo.727

Brief Description

The goal of mcMMO is to take core Minecraft game mechanics and expand them into an extensive and quality RPG experience. Everything in mcMMO has been carefully thought out and is constantly being improved upon. Currently, mcMMO adds fourteen unique skills to train and level in. Each of these skills is highly customizable through our configuration files, allowing server admins to tweak mcMMO to best suit the needs of his or her server. Know that the mcMMO team is dedicated to providing an ever-evolving experience, and that we carefully read all feedback and bug reports in order to evaluate and balance the mechanics of mcMMO in every update.

About the Team

In December 2018, the original author and creator of mcMMO (nossr50) returned and took over the role of project lead once again, to develop and improve mcMMO.

Project Lead & Founder

nossr50

Current mcMMO Devs

nossr50

Former team members

gmcferrin kashike electronicboy t00thpick1 bm01 Glitchfinder NuclearW shatteredbeam TfT_02 riking TheYeti

Folia Contributors

HSGamer TechnicallyCoded Yomamaeatstoes Rockyers

Compiling

mcMMO uses Maven to manage dependencies, packaging, and shading of necessary classes; Maven is required to compile mcMMO. It is recommended to always use the latest version of maven.

The typical command used to build mcMMO is: mvn clean install

https://spigot.mcmmo.org for more up to date information.

Downloads:

https://www.spigotmc.org/resources/official-mcmmo-original-author-returns.64348/

https://polymart.org/resource/mcmmo.727