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 ```