mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-21 04:27:45 +01:00
A great item solution for your RPG server.
https://phoenixdevt.fr/
53f8accdef
Im not sure if you want both added back in, but the boolean isCustomProjectile makes sense to use here atleast. |
||
---|---|---|
MMOItems-API | ||
MMOItems-Dist | ||
.gitignore | ||
crowdin.yml | ||
LICENSE | ||
pom.xml | ||
README.md |
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>