mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 03:38:28 +00:00
15 lines
332 B
Groovy
15 lines
332 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(':providers:BaseProviders')) {
|
|
exclude group: "org.spigotmc", module: "spigot-api"
|
|
}
|
|
implementation 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
essentials {
|
|
injectBukkitApi.set(false)
|
|
injectBstats.set(false)
|
|
}
|