A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2023-04-13 15:01:52 -05:00
MMOItems-API Check to make sure projectile in events are actually registered! (Note: Jules you had this implemented in the class, but the method was unused, same with the :getProjectileData(Projectile projectile) 2023-04-13 15:01:52 -05:00
MMOItems-Dist Merge remote-tracking branch 'origin/master' 2023-04-04 12:37:58 +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 Update ver nb, removed use of ${revision} 2023-03-27 01:09:48 +02: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>