A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Gunging 23ad7e7517 Fixes RevID Updates clearing stats granted by GemStones
Allows RevID Updater to update gemstones inserted in items, so they have the stats of the template, without having to take them out and put it back in again.
2023-02-15 14:03:28 -06:00
MMOItems-API Fixes RevID Updates clearing stats granted by GemStones 2023-02-15 14:03:28 -06:00
MMOItems-Dist Fixes RevID Updates clearing stats granted by GemStones 2023-02-15 14:03:28 -06: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 using latest version of ML 2022-12-27 14:54:57 +01:00
pom.xml Deployment 2023-01-09 00:41:34 +01:00
README.md Update README 2023-02-01 21:39:23 +00: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>