Compare commits

..

3 Commits

Author SHA1 Message Date
Colbster937
9b6bc94def Merge branch 'main' of https://github.com/WebMCDevelopment/originblacklist 2026-02-17 09:56:21 -06:00
Colbster937
4dd81995d5 disable auto updater 2026-02-17 09:56:14 -06:00
dependabot[bot]
41ce550089 Bump me.clip:placeholderapi from 2.12.1 to 2.12.2 (#18)
Bumps me.clip:placeholderapi from 2.12.1 to 2.12.2.

---
updated-dependencies:
- dependency-name: me.clip:placeholderapi
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-12 15:58:08 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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")
}
}

View File

@@ -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();