๐ฆ Maven โ
Repository โ
We provide a Maven repository with API builds for all MMO plugins. Add our repository to your repository list:
xml
<repository>
<id>phoenix</id>
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
</repository>Dependency โ
Include the following dependency in your Maven pom.xml
xml
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOCore-API</artifactId>
<version>1.13.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>