mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-03-23 05:47:41 +00:00
Compare commits
2 Commits
v2.0.9+e73
...
41ce550089
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41ce550089 | ||
|
|
745622fa36 |
@@ -71,7 +71,7 @@ dependencies {
|
|||||||
compileOnly("net.lax1dude.eaglercraft.backend:api-velocity:1.0.0")
|
compileOnly("net.lax1dude.eaglercraft.backend:api-velocity:1.0.0")
|
||||||
compileOnly("net.lax1dude.eaglercraft.backend:api-bungee:1.0.0")
|
compileOnly("net.lax1dude.eaglercraft.backend:api-bungee:1.0.0")
|
||||||
compileOnly("net.lax1dude.eaglercraft.backend:api-bukkit:1.0.0")
|
compileOnly("net.lax1dude.eaglercraft.backend:api-bukkit:1.0.0")
|
||||||
compileOnly("me.clip:placeholderapi:2.12.1")
|
compileOnly("me.clip:placeholderapi:2.12.2")
|
||||||
compileOnly("net.william278:papiproxybridge:1.8.4")
|
compileOnly("net.william278:papiproxybridge:1.8.4")
|
||||||
implementation("org.semver4j:semver4j:6.0.0")
|
implementation("org.semver4j:semver4j:6.0.0")
|
||||||
implementation("de.marhali:json5-java:3.0.0")
|
implementation("de.marhali:json5-java:3.0.0")
|
||||||
@@ -111,12 +111,12 @@ val BUILD_PROPS = mapOf(
|
|||||||
"git_cm_hash" to GIT_INFO.gitHashFull,
|
"git_cm_hash" to GIT_INFO.gitHashFull,
|
||||||
)
|
)
|
||||||
|
|
||||||
tasks.withType<JavaCompile>().configureEach {
|
tasks.named<JavaCompile>("compileJava") {
|
||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
options.release.set(21)
|
options.release.set(21)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<ProcessResources>().configureEach {
|
tasks.named<ProcessResources>("processResources") {
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
outputs.upToDateWhen { false }
|
outputs.upToDateWhen { false }
|
||||||
|
|
||||||
@@ -139,11 +139,12 @@ tasks.withType<ProcessResources>().configureEach {
|
|||||||
inputs.files(tasks.named<JavaCompile>("compileJava").map { it.outputs.files })
|
inputs.files(tasks.named<JavaCompile>("compileJava").map { it.outputs.files })
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Jar>().configureEach {
|
tasks.named<Jar>("jar") {
|
||||||
if (this !is ShadowJar) enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<ShadowJar>().configureEach {
|
tasks.named<ShadowJar>("shadowJar") {
|
||||||
|
enabled = true
|
||||||
doFirst {
|
doFirst {
|
||||||
delete(layout.buildDirectory.dir("libs"))
|
delete(layout.buildDirectory.dir("libs"))
|
||||||
mkdir(layout.buildDirectory.dir("libs"))
|
mkdir(layout.buildDirectory.dir("libs"))
|
||||||
@@ -168,17 +169,17 @@ tasks.register("printVars") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<RunServer>().configureEach {
|
tasks.named<RunServer>("runServer") {
|
||||||
minecraftVersion("1.12.2")
|
minecraftVersion("1.12.2")
|
||||||
runDirectory.set(layout.projectDirectory.dir("run/paper"))
|
runDirectory.set(layout.projectDirectory.dir("run/paper"))
|
||||||
jvmArgs("-Dcom.mojang.eula.agree=true")
|
jvmArgs("-Dcom.mojang.eula.agree=true")
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
|
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
|
||||||
modrinth("placeholderapi", "2.12.1")
|
modrinth("placeholderapi", "2.12.2")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<RunWaterfall>().configureEach {
|
tasks.named<RunWaterfall>("runWaterfall") {
|
||||||
waterfallVersion("1.21")
|
waterfallVersion("1.21")
|
||||||
runDirectory.set(layout.projectDirectory.dir("run/waterfall"))
|
runDirectory.set(layout.projectDirectory.dir("run/waterfall"))
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
@@ -186,8 +187,8 @@ tasks.withType<RunWaterfall>().configureEach {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<RunVelocity>().configureEach {
|
tasks.named<RunVelocity>("runVelocity") {
|
||||||
velocityVersion("3.4.0-SNAPSHOT")
|
velocityVersion("3.5.0-SNAPSHOT")
|
||||||
runDirectory.set(layout.projectDirectory.dir("run/velocity"))
|
runDirectory.set(layout.projectDirectory.dir("run/velocity"))
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
|
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
|
||||||
|
|||||||
@@ -242,7 +242,7 @@ public final class OriginBlacklistVelocity implements IOriginBlacklistPlugin {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public final void shutdown() {
|
public final void shutdown() {
|
||||||
for (ScheduledTask task : this.proxy.getScheduler().tasksByPlugin(this.plugin)) {
|
for (final ScheduledTask task : this.proxy.getScheduler().tasksByPlugin(this.plugin)) {
|
||||||
task.cancel();
|
task.cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user