mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
12 lines
243 B
Groovy
12 lines
243 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':providers:BaseProviders')
|
|
compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
essentials {
|
|
injectBukkitApi.set(false)
|
|
}
|