A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2022-08-18 19:57:24 +02:00
.m2 Setup auth for maven 2021-06-27 02:48:54 +00:00
MMOItems-API Fixed modifier application 2022-08-18 15:51:40 +02:00
MMOItems-Dist Fixed modifier application 2022-08-18 15:51:40 +02:00
.gitignore Update .gitignore 2020-11-22 07:09:14 -07: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 Update ver nb 2022-08-18 19:57:24 +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>