From 86d931b50822a0c615251d53303be81b50cc97f1 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 16 Aug 2022 09:28:53 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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 + +```