Offer your players a brand new RPG experience. https://phoenixdevt.fr/
Go to file
2023-11-06 02:56:07 +01:00
.m2 SQL Update +debug trigger 2022-07-01 15:00:03 +02:00
MMOCore-API Fixed 1.20+ skull texture application 2023-11-06 02:56:07 +01:00
MMOCore-Dist Better handling of fake events 2023-11-06 00:28:03 +01:00
.gitignore Removed unversioned files 2022-10-29 01:45:56 +02:00
crowdin.yml Update Crowdin configuration file 2023-04-03 15:11:40 +00:00
LICENSE Update license 2023-06-18 15:53:07 +02:00
pom.xml Support for latest MythicLib 2023-07-11 19:44:06 +02:00
README.md Update README.md 2023-11-04 15:29:34 +01:00

Official repository for MMOCore

Using MMOCore as dependency

Register the PhoenixDevelopment public repository:

<repository>
    <id>phoenix</id>
    <url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
</repository>

And then add both MythicLib-dist and MMOCore-API as dependencies:

<dependency>
    <groupId>io.lumine</groupId>
    <artifactId>MythicLib-dist</artifactId>
    <version>1.6.2-SNAPSHOT</version>
    <scope>provided</scope>
    <optional>true</optional>
</dependency>

<dependency>
    <groupId>net.Indyuce</groupId>
    <artifactId>MMOCore-API</artifactId>
    <version>1.12.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>