2020-12-22 02:41:37 +01:00
|
|
|
group 'com.willfp'
|
|
|
|
version rootProject.version
|
|
|
|
|
|
|
|
dependencies {
|
2021-04-16 17:37:13 +02:00
|
|
|
compileOnly project(":eco-core:core-proxy")
|
2022-07-03 17:31:19 +02:00
|
|
|
compileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
|
2020-12-22 02:41:37 +01:00
|
|
|
compileOnly 'commons-io:commons-io:2.8.0'
|
|
|
|
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT'
|
2021-09-18 15:51:11 +02:00
|
|
|
compileOnly 'net.essentialsx:EssentialsX:2.19.0'
|
2021-09-18 16:39:51 +02:00
|
|
|
compileOnly 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT'
|
2021-02-16 21:16:37 +01:00
|
|
|
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT'
|
2022-03-16 21:53:20 +01:00
|
|
|
compileOnly 'io.lumine:Mythic:5.0.1'
|
2022-03-06 14:00:58 +01:00
|
|
|
compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.5'
|
2022-01-28 20:35:54 +01:00
|
|
|
compileOnly fileTree(dir: '../../lib', include: ['*.jar'])
|
2020-12-22 02:41:37 +01:00
|
|
|
}
|