mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-23 15:15:12 +01:00
46 lines
2.3 KiB
Groovy
46 lines
2.3 KiB
Groovy
group 'com.willfp'
|
|
version rootProject.version
|
|
|
|
repositories {
|
|
maven { url 'https://repo.codemc.org/repository/maven-public' }
|
|
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
|
maven { url 'https://oss.sonatype.org/content/groups/public/' }
|
|
maven { url 'https://maven.enginehub.org/repo/' }
|
|
maven { url 'https://ci.ender.zone/plugin/repository/project/' }
|
|
maven { url 'https://ci.ender.zone/plugin/repository/everything/' }
|
|
maven { url 'https://repo.md-5.net/content/repositories/snapshots/' }
|
|
maven { url 'https://repo.dmulloy2.net/nexus/repository/public/' }
|
|
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
|
maven { url 'https://repo.maven.apache.org/maven2/' }
|
|
maven { url 'https://repo.dustplanet.de/artifactory/ext-release-local/' }
|
|
maven { url 'https://maven.seyfahni.de/repository/snapshots/' }
|
|
maven { url 'https://libraries.minecraft.net/' }
|
|
maven { url 'https://repo.spongepowered.org/maven/' }
|
|
maven { url 'https://org.kitteh.pastegg' }
|
|
maven { url 'https://repo.mikeprimm.com/' }
|
|
maven { url 'https://maven.sk89q.com/repo/' }
|
|
maven { url 'https://github.com/factions-site/repo/raw/public/' }
|
|
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(":eco-core:core-proxy")
|
|
|
|
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
|
|
compileOnly 'commons-io:commons-io:2.8.0'
|
|
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT'
|
|
compileOnly 'com.github.TechFortress:GriefPrevention:16.14.0'
|
|
compileOnly 'com.massivecraft:Factions:1.6.9.5-U0.5.10'
|
|
compileOnly 'com.github.cryptomorin:kingdoms:1.10.3.1'
|
|
compileOnly 'com.github.TownyAdvanced:Towny:0.96.2.0'
|
|
compileOnly 'com.github.angeschossen:LandsAPI:4.7.3'
|
|
compileOnly 'fr.neatmonster:nocheatplus:3.16.1-SNAPSHOT'
|
|
compileOnly 'com.github.jiangdashao:matrix-api-repo:317d4635fd'
|
|
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT'
|
|
compileOnly 'net.ess3:EssentialsX:2.18.1'
|
|
compileOnly 'com.destroystokyo.paper:paper-api:1.16.3-R0.1-SNAPSHOT'
|
|
compileOnly 'com.gmail.nossr50.mcMMO:mcMMO:2.1.157'
|
|
compileOnly 'me.clip:placeholderapi:2.10.9'
|
|
shadow files('../../lib/SpartanAPI.jar')
|
|
shadow files('../../lib/aac-api-5.0.0.jar')
|
|
} |