A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2023-05-30 14:36:59 +02:00
MMOItems-API Repair command translations added 2023-05-30 14:36:59 +02:00
MMOItems-Dist Repair command translations added 2023-05-30 14:36:59 +02:00
.gitignore Merge remote-tracking branch 'origin/master' 2022-11-03 17:06:08 +01:00
crowdin.yml Update Crowdin configuration file 2023-01-25 20:48:07 +00:00
LICENSE Update license 2023-03-31 15:31:46 +02:00
pom.xml Support for profiles 2023-05-07 23:40:58 +02:00
README.md Support for profiles 2023-05-07 23:40:58 +02:00

Official repository for MMOItems Premium

Using MMOItems as dependency

Register the PhoenixDevt repo

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

And then add MMOItems-API as dependency

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