A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2022-10-24 16:49:32 +02:00
.m2 Setup auth for maven 2021-06-27 02:48:54 +00:00
MMOItems-API MMOItems durability % fixed 2022-10-24 16:49:32 +02:00
MMOItems-Dist MythicLibs elements not working fixed 2022-10-24 15:22:23 +02:00
.gitignore Git ignore 2022-10-24 12:20:53 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-06-13 21:21:20 +00:00
LICENSE Update LICENSE 2022-08-16 12:42:46 +02:00
pom.xml Quick cleanup 2022-10-21 13:53:23 +02:00
README.md Update README.md 2022-08-16 12:42:08 +02:00

Official repository for MMOItems Premium

Using MMOItems as dependency

Register the PhoenixDev repo

<repository>
    <id>phoenix</id>
    <url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
</repository>

And then add MMOItems-API as dependency

<dependency>
    <groupId>net.Indyuce</groupId>
    <artifactId>MMOItems-API</artifactId>
    <version>6.7.5-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>