mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-03-23 05:47:41 +00:00
Compare commits
3 Commits
v2.0.9+745
...
v2.0.9+9b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b6bc94def | ||
|
|
4dd81995d5 | ||
|
|
41ce550089 |
@@ -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")
|
||||||
@@ -175,7 +175,7 @@ tasks.named<RunServer>("runServer") {
|
|||||||
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -510,7 +510,8 @@ public final class OriginBlacklist {
|
|||||||
|
|
||||||
private final void checkForUpdates() {
|
private final void checkForUpdates() {
|
||||||
this.checkForUpdates(() -> {
|
this.checkForUpdates(() -> {
|
||||||
if (!this.config.getBoolean("update_checker.auto_update")) {
|
// if (!this.config.getBoolean("update_checker.auto_update")) {
|
||||||
|
if (true) {
|
||||||
this.plugin.log(EnumLogLevel.INFO, "An update is available! Download it at " + this.updateURL);
|
this.plugin.log(EnumLogLevel.INFO, "An update is available! Download it at " + this.updateURL);
|
||||||
} else {
|
} else {
|
||||||
this.updatePlugin();
|
this.updatePlugin();
|
||||||
|
|||||||
Reference in New Issue
Block a user