A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2022-12-21 19:11:26 +01:00
.m2 Setup auth for maven 2021-06-27 02:48:54 +00:00
MMOItems-API FIxed 'amount' in MI trigger 2022-12-21 19:11:26 +01:00
MMOItems-Dist Fixed an issue with ornaments; improved comp with MMOInv 2022-12-17 16:46:16 +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 Fixed DeathDowngrading MiniMessage format support 2022-11-04 12:17:38 +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>