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
...
9b6bc94def
| 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-bungee: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")
|
||||
implementation("org.semver4j:semver4j:6.0.0")
|
||||
implementation("de.marhali:json5-java:3.0.0")
|
||||
@@ -175,7 +175,7 @@ tasks.named<RunServer>("runServer") {
|
||||
jvmArgs("-Dcom.mojang.eula.agree=true")
|
||||
downloadPlugins {
|
||||
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() {
|
||||
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);
|
||||
} else {
|
||||
this.updatePlugin();
|
||||
|
||||
Reference in New Issue
Block a user