forked from Upstream/mmocore
Offer your players a brand new RPG experience.
https://phoenixdevt.fr/
|
|
||
|---|---|---|
| .m2 | ||
| MMOCore-API | ||
| MMOCore-Dist | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| hs_err_pid12252.log | ||
| hs_err_pid23924.log | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
| replay_pid12252.log | ||
Official repository for MMOCore
Using MMOCore as dependency
Register the PhoenixDev repo
<repository>
<id>phoenix</id>
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
</repository>
And then add MMOCore-API as dependency
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOCore-API</artifactId>
<version>1.9.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>