mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-07-15 02:54:54 +00:00
Change external jar classpath to FastAsyncWorldEdit (#1016)
Co-authored-by: NotMyFault <[email protected]>
This commit is contained in:
co-authored by
NotMyFault
parent
88764d8d46
commit
64a0a1d8e3
@@ -124,7 +124,7 @@ fun Project.applyShadowConfiguration() {
|
||||
|
||||
val CLASSPATH = listOf("truezip", "truevfs", "js")
|
||||
.map { "$it.jar" }
|
||||
.flatMap { listOf(it, "WorldEdit/$it") }
|
||||
.flatMap { listOf(it, "FastAsyncWorldEdit/$it") }
|
||||
.joinToString(separator = " ")
|
||||
|
||||
sealed class WorldEditKind(
|
||||
|
||||
Reference in New Issue
Block a user