A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Gunging 0994e6b0c3 DamageTypeRestriction modifier for ATTACK ability trigger, very fun to use yes. Includes an advanced translation system to express this modifier.
This commit:
(1) Allows the GUI to correctly display the DamageTypeRestriction modifier
(2) Includes code to parse input for the DamageTypeRestriction
(3) Translation system to display the trigger in a more user-friendly manner
(4) Fixes offhand abilities firing even when encumbered by two-handedness
2023-03-01 00:31:12 -06:00
MMOItems-API DamageTypeRestriction modifier for ATTACK ability trigger, very fun to use yes. Includes an advanced translation system to express this modifier. 2023-03-01 00:31:12 -06:00
MMOItems-Dist DamageTypeRestriction modifier for ATTACK ability trigger, very fun to use yes. Includes an advanced translation system to express this modifier. 2023-03-01 00:31:12 -06:00
.gitignore Merge remote-tracking branch 'origin/master' 2022-11-03 17:06:08 +01:00
crowdin.yml Update Crowdin configuration file 2023-01-25 20:48:07 +00:00
LICENSE using latest version of ML 2022-12-27 14:54:57 +01:00
pom.xml DamageTypeRestriction modifier for ATTACK ability trigger, very fun to use yes. Includes an advanced translation system to express this modifier. 2023-03-01 00:31:12 -06:00
README.md Update README 2023-02-01 21:39:23 +00:00

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>