add EcoItems support

This commit is contained in:
CrazyDev22
2024-05-04 13:21:55 +02:00
parent a3dcf031c9
commit ace434e7b0
4 changed files with 81 additions and 0 deletions
+2
View File
@@ -35,6 +35,7 @@ compileJava {
repositories {
maven { url 'https://nexus.phoenixdevt.fr/repository/maven-public/'}
maven { url 'https://repo.auxilor.io/repository/maven-public/' }
}
/**
@@ -66,6 +67,7 @@ dependencies {
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'
compileOnly 'com.willfp:EcoItems:5.44.0'
//implementation files('libs/CustomItems.jar')
}