diff --git a/README.md b/README.md index 5970de48..1874ae56 100644 --- a/README.md +++ b/README.md @@ -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 +``` + + phoenix + https://nexus.phoenixdvpt.fr/repository/maven-public/ + +``` +And then add MMOItems-API as dependency +``` + + net.Indyuce + MMOItems-API + 6.7.5-SNAPSHOT + provided + +```