Offer your players a brand new RPG experience. https://phoenixdevt.fr/
Go to file
2023-06-04 21:23:06 +01:00
.m2 SQL Update +debug trigger 2022-07-01 15:00:03 +02:00
MMOCore-API Fixed issue #857 about progress not being properly saved for skill trees with skill modifier. (Skill modifier is now the name we will give to skill buffs. mana, delay... are now called skill parameters). 2023-06-04 21:23:06 +01:00
MMOCore-Dist Added the status unlockable for path in skill-tree.yml (Check wiki), make sure to reload gui/skill-tree.yml to benefit from this modification. 2023-05-31 17:54:24 +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-03-31 15:31:34 +02:00
pom.xml Where did my commits go :( 2023-04-11 01:00:32 +02:00
README.md Fixed README.md 2023-05-09 09:07:35 +01:00

Official repository for MMOCore

Using MMOCore as dependency

Register the PhoenixDev repo

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

And then add MMOCore-API as dependency

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