Update README.md

This commit is contained in:
Jules 2022-08-16 09:28:53 +00:00
parent 59623392d2
commit 86d931b508

View File

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