implement MMOItemsDataProvider

This commit is contained in:
CrazyDev22
2024-04-01 17:26:33 +02:00
parent cc4af9950b
commit 93690b766c
3 changed files with 93 additions and 0 deletions
+5
View File
@@ -33,6 +33,10 @@ compileJava {
options.encoding = "UTF-8"
}
repositories {
maven { url 'https://nexus.phoenixdevt.fr/repository/maven-public/'}
}
/**
* Dependencies.
*
@@ -61,6 +65,7 @@ dependencies {
compileOnly 'com.github.LoneDev6:api-itemsadder:3.4.1-r4'
compileOnly 'com.github.PlaceholderAPI:placeholderapi:2.11.3'
compileOnly 'com.github.Ssomar-Developement:SCore:4.23.10.8'
compileOnly 'net.Indyuce:MMOItems-API:6.9.5-SNAPSHOT'
//implementation files('libs/CustomItems.jar')
}