diff --git a/README.md b/README.md index e03ceadf..bacdc43f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -Private repository for MMOCore. +Official repository for MMOCore -Issues: https://git.lumine.io/mythiccraft/mmocore/-/issues -Wiki: https://git.lumine.io/mythiccraft/mmocore/-/wikis/home +### Using MMOCore as dependency +Register the PhoenixDev repo +``` + + phoenix + https://nexus.phoenixdvpt.fr/repository/maven-public/ + +``` +And then add MMOCore-API as dependency +``` + + net.Indyuce + MMOCore-API + 1.9.5-SNAPSHOT + provided + +```