A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
2023-04-13 14:43:35 -05:00
MMOItems-API Switch Arrow input class to AbstractArrow, which implements both the Arrow and Spectral Arrow classes, fixing potion effects not appearing onto SpectralArrows. Tipped arrows also work, prior to this update, and still work after, which will close any open issues related to tipped_arrows, as the particles and potion effects work for tipped_arrows. 2023-04-13 14:43:35 -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>