A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2024-09-09 13:58:13 +02:00
MMOItems-API Fixed AuraSkills dependency 2024-09-09 12:04:54 +02:00
MMOItems-Dist Fixed players not losing stats when dropping items 2024-09-09 13:58:13 +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-06-18 15:52:52 +02:00
pom.xml Custom item types commit 1 2024-01-26 12:26:59 +01:00
README.md Update README.md 2023-11-04 15:31:41 +01:00

Official repository for MMOItems

Using MMOItems as dependency

Register the PhoenixDevelopment public repository:

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

And then add both MythicLib-dist and MMOItems-API as dependencies:

<dependency>
    <groupId>io.lumine</groupId>
    <artifactId>MythicLib-dist</artifactId>
    <version>1.6.2-SNAPSHOT</version>
    <scope>provided</scope>
    <optional>true</optional>
</dependency>

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