Offer your players a brand new RPG experience. https://phoenixdevt.fr/
Go to file
2024-08-13 08:06:58 +00:00
.m2 SQL Update +debug trigger 2022-07-01 15:00:03 +02:00
MMOCore-API Debug Quests Progress stopping when reloading. 2023-01-04 14:52:18 +01:00
MMOCore-Dist New translations messages.yml (Polish) 2024-08-13 08:06:58 +00:00
.gitignore Removed unversioned files 2022-10-29 01:45:56 +02:00
crowdin.yml Update Crowdin configuration file 2023-01-23 17:30:48 +00:00
LICENSE First try pushing 2022-08-16 11:22:10 +02:00
pom.xml Latest ml 2022-12-27 15:35:13 +01:00
README.md Update README.md 2022-08-16 09:28:53 +00:00

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>