Update README.md

This commit is contained in:
Indyuce 2022-08-16 12:42:08 +02:00
parent 706ddf6f1f
commit 50a1c36e2f

View File

@ -1,4 +1,19 @@
Private repository for MMOItems Premium.
Official repository for MMOItems Premium
Issues: https://git.lumine.io/mythiccraft/mmoitems/-/issues
Wiki: https://git.lumine.io/mythiccraft/mmoitems/-/wikis/home
### Using MMOItems as dependency
Register the PhoenixDev repo
```
<repository>
<id>phoenix</id>
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
</repository>
```
And then add MMOItems-API as dependency
```
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems-API</artifactId>
<version>6.7.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```