9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-30 20:39:19 +00:00
This commit is contained in:
Xiao-MoMi
2022-08-10 15:13:01 +08:00
parent fae6740cc4
commit 6a0cf5f8ef
8 changed files with 154 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ plugins {
group = 'net.momirealms'
version = '1.5.20'
version = '1.5.25'
repositories {
mavenCentral()
@@ -52,6 +52,8 @@ repositories {
}
dependencies {
compileOnly 'dev.dejvokep:boosted-yaml:1.3'
compileOnly 'redis.clients:jedis:4.2.3'
compileOnly 'com.github.Archy-X:AureliumSkills:Beta1.3.6'
compileOnly 'com.github.angeschossen:LandsAPI:6.5.1'
compileOnly 'com.github.TechFortress:GriefPrevention:16.18'
@@ -59,7 +61,7 @@ dependencies {
compileOnly 'com.comphenix.protocol:ProtocolLib:4.8.0'
compileOnly 'me.clip:placeholderapi:2.11.2'
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.7'
compileOnly 'com.github.LoneDev6:api-itemsadder:3.2.0c-beta6'
compileOnly 'com.github.LoneDev6:api-itemsadder:3.2.3c'
compileOnly 'com.palmergames.bukkit.towny:towny:0.98.2.0'
compileOnly fileTree(dir:'libs',includes:['*.jar'])
implementation("net.kyori:adventure-api:4.11.0")