The RPG Lover's Mod!

nossr50 87277a0d6f remove some unused code преди 1 месец
.github 44b22559fb Revert "github actions should use Java 21" преди 4 месеца
src 87277a0d6f remove some unused code преди 1 месец
.gitattributes 03d0ecd450 text=auto преди 12 години
.gitignore 79730383ab Fixed wiki url being incorrect in various commands преди 2 години
Changelog.txt e52371aeb3 formatting applied to most of the source code to tidy things up, and misc refactors преди 1 месец
Changelog_2.1.0.md 67bcb8da11 Updating the fancy changelog преди 6 години
LICENSE 4735b2ff8f Use the full GPLv3 license file преди 6 години
README.md bea283e56c Update README.md преди 3 месеца
pom.xml e52371aeb3 formatting applied to most of the source code to tidy things up, and misc refactors преди 1 месец
standards.md d527584248 A private method cannot be abstract >.> преди 11 години

README.md

mcMMO

The #1 RPG Mod for Minecraft

Useful URLs

Website: http://www.mcmmo.org

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

Polymart Resource: https://polymart.org/product/727/mcmmo

Wiki: https://wiki.mcmmo.org/

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

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