From c8f1f9fefda99dd653d26b485f3b2be13d0d36e8 Mon Sep 17 00:00:00 2001 From: Jules Date: Sat, 4 Nov 2023 15:29:34 +0100 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 623cb90d..7899cb15 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,39 @@ Official repository for MMOCore +### Useful Links + +- Purchase the plugin here: https://www.spigotmc.org/resources/mmocore.70575/ +- Development builds: https://phoenixdevt.fr/devbuilds +- Official documentation: https://gitlab.com/phoenix-dvpmt/mmocore/-/wikis/home +- Discord Support: https://phoenixdevt.fr/discord +- Other plugins: https://www.spigotmc.org/resources/authors/indyuce.253965/ + ### Using MMOCore as dependency -Register the PhoenixDev repo + +Register the PhoenixDevelopment public repository: + ``` phoenix https://nexus.phoenixdevt.fr/repository/maven-public/ ``` -And then add MMOCore-API as dependency + +And then add both `MythicLib-dist` and `MMOCore-API` as dependencies: + ``` + + io.lumine + MythicLib-dist + 1.6.2-SNAPSHOT + provided + true + + net.Indyuce MMOCore-API - 1.12-SNAPSHOT + 1.12.1-SNAPSHOT provided ```