A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2022-12-26 00:56:00 +01:00
.m2 Setup auth for maven 2021-06-27 02:48:54 +00:00
MMOItems-API OP stats that no one can edit. 2022-12-26 00:56:00 +01:00
MMOItems-Dist OP stats that no one can edit. 2022-12-26 00:56:00 +01:00
.gitignore Merge remote-tracking branch 'origin/master' 2022-11-03 17:06:08 +01: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-12-23 18:24:13 +01:00
README.md jenkins build 2022-11-14 00:28:41 +01: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>