This page is intended for Minecraft modders / Java developers.
mcMMO is a legacy code base, if you are having difficulty understanding it's archaic ways, feel free to ask me questions on the mcMMO discord and I will answer when I'm able to!
Add to your pom.xml...
<repository>
<id>mcmmo-repo</id>
<url>https://nexus.neetgames.com/repository/maven-public</url>
</repository>
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>{insert-mcMMO-version-here}</version>
<scope>provided</scope>
</dependency>
Coming soon...
com.gmail.nossr50.api
Contains some public static helper methods
com.gmail.nossr50.events
Home of a lot of mcMMO events
com.gmail.nossr50.mcMMO
the main class of the plugin, contains some useful public static APIs
com.gmail.nossr50.util.player.UserManager
contains public static methods for getting mcMMO relevant state for players
Coming one day.. maybe..
This page is under construction, you can add to it and help complete it!