mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-05 07:57:59 +01:00
8 lines
94 B
Groovy
8 lines
94 B
Groovy
plugins {
|
|
id("essentials.base-conventions")
|
|
}
|
|
|
|
essentials {
|
|
injectBstats.set(false)
|
|
}
|