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
8 Zeilen
108 B
Plaintext
8 Zeilen
108 B
Plaintext
plugins {
|
|
base
|
|
}
|
|
|
|
artifacts {
|
|
add("default", file("./src/main/resources/worldedit-adapters.jar"))
|
|
}
|