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 PhoenixDevelopment public repository: ``` phoenix https://nexus.phoenixdevt.fr/repository/maven-public/ ``` 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.1-SNAPSHOT provided ```