mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO
This commit is contained in:
		
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							@@ -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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user