Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Mar 31, 2024
2 parents 2d79b36 + 657d7ca commit b5a50da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,22 @@ 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.002</version>
</dependency>
```
### Builds
Currently, you can obtain our builds via the Spigot or Polymart:

Expand Down

0 comments on commit b5a50da

Please sign in to comment.