A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2025-04-13 16:30:02 +02:00
MMOItems-API Fixed error when repairing too much vanilla durability at once 2025-04-13 16:30:02 +02:00
MMOItems-Dist Support for both Paper and Spigot 'Consume Seconds' component format 2025-04-13 15:15:59 +02:00
MMOItems-Paper Added 'display' option for IA station recipe outputs 2025-04-13 16:25:52 +02:00
.gitignore Renamed 'Tooltip' to 'Custom Tooltip' to reduce confusion with vanilla tooltip texture 2025-04-13 15:18:14 +02: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 Support for both Paper and Spigot 'Consume Seconds' component format 2025-04-13 15:15:59 +02: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>