Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-16 16:10:07 +01:00
Use spigot library feature for ZSTD
Dieser Commit ist enthalten in:
Ursprung
46dd71e807
Commit
623e14a559
1
.github/renovate.json
vendored
1
.github/renovate.json
vendored
@ -18,7 +18,6 @@
|
|||||||
"com.google.code.gson:gson",
|
"com.google.code.gson:gson",
|
||||||
"net.fabricmc:fabric-loader",
|
"net.fabricmc:fabric-loader",
|
||||||
"net.fabricmc.fabric-api:fabric-api",
|
"net.fabricmc.fabric-api:fabric-api",
|
||||||
"com.github.luben:zstd-jni",
|
|
||||||
"org.jetbrains.kotlin.jvm",
|
"org.jetbrains.kotlin.jvm",
|
||||||
"log4j",
|
"log4j",
|
||||||
"org.apache.logging.log4j:log4j-api",
|
"org.apache.logging.log4j:log4j-api",
|
||||||
|
@ -28,7 +28,7 @@ truezip = "6.8.4"
|
|||||||
auto-value = "1.10.4"
|
auto-value = "1.10.4"
|
||||||
findbugs = "3.0.2"
|
findbugs = "3.0.2"
|
||||||
rhino-runtime = "1.7.14"
|
rhino-runtime = "1.7.14"
|
||||||
zstd-jni = "1.4.8-1" # Not latest as it can be difficult to obtain latest ZSTD libs
|
zstd-jni = "1.5.5-10"
|
||||||
antlr4 = "4.13.1"
|
antlr4 = "4.13.1"
|
||||||
json-simple = "1.1.1"
|
json-simple = "1.1.1"
|
||||||
jlibnoise = "1.0.0"
|
jlibnoise = "1.0.0"
|
||||||
|
@ -161,9 +161,6 @@ tasks.named<ShadowJar>("shadowJar") {
|
|||||||
// If it turns out not to be true for Spigot/Paper, our only two official platforms, this can be uncommented.
|
// If it turns out not to be true for Spigot/Paper, our only two official platforms, this can be uncommented.
|
||||||
// include(dependency("org.apache.logging.log4j:log4j-api"))
|
// include(dependency("org.apache.logging.log4j:log4j-api"))
|
||||||
include(dependency("org.antlr:antlr4-runtime"))
|
include(dependency("org.antlr:antlr4-runtime"))
|
||||||
// ZSTD does not work if relocated. https://github.com/luben/zstd-jni/issues/189 Use not latest as it can be difficult
|
|
||||||
// to obtain latest ZSTD lib
|
|
||||||
include(dependency("com.github.luben:zstd-jni:1.4.8-1"))
|
|
||||||
relocate("org.bstats", "com.sk89q.worldedit.bstats") {
|
relocate("org.bstats", "com.sk89q.worldedit.bstats") {
|
||||||
include(dependency("org.bstats:"))
|
include(dependency("org.bstats:"))
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,8 @@ description: Blazingly fast world manipulation for builders, large networks and
|
|||||||
authors: [ Empire92, MattBDev, IronApollo, dordsor21, NotMyFault ]
|
authors: [ Empire92, MattBDev, IronApollo, dordsor21, NotMyFault ]
|
||||||
loadbefore: [ WorldGuard, PlotSquared ]
|
loadbefore: [ WorldGuard, PlotSquared ]
|
||||||
database: false
|
database: false
|
||||||
|
libraries:
|
||||||
|
- "com.github.luben:zstd-jni:1.5.5-10"
|
||||||
permissions:
|
permissions:
|
||||||
fawe.plotsquared:
|
fawe.plotsquared:
|
||||||
default: true
|
default: true
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren