geforkt von Mirrors/FastAsyncWorldEdit
f0880a27a0
* Initial work towards paperweight * feat: Port Fawe classes to paperweight - Hide UnsafeUtilities in javadocs - Fix typo in Regenerator - Create fawe tmp directory for fawe regen * Update adapters * chore: Update MiniMessage * Address todos * Fix leftover Tuinity loggers
22 Zeilen
364 B
Plaintext
22 Zeilen
364 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
applyPaperweightAdapterConfiguration(
|
|
"1.17.1-R0.1-20211001.111503-102"
|
|
)
|
|
|
|
repositories {
|
|
maven {
|
|
name = "PaperMC"
|
|
url = uri("https://papermc.io/repo/repository/maven-public/")
|
|
content {
|
|
includeModule("io.papermc", "paperlib")
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.paperlib)
|
|
}
|