mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-05 14:36:08 +00:00
13 lines
247 B
Groovy
13 lines
247 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':providers:BaseProviders')
|
|
api 'org.bukkit:bukkit:1.12.2-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
essentials {
|
|
injectBukkitApi.set(false)
|
|
injectBstats.set(false)
|
|
}
|