1.0.8 - Switched update checker to newly submitted NVus Prison Gold links!

This commit is contained in:
WildInterloper 2024-03-15 10:58:42 -04:00
parent 67ff63003a
commit e105f967d1
2 changed files with 5 additions and 5 deletions

View File

@ -183,14 +183,14 @@ public final class PrisonSetup extends JavaPlugin {
// UPDATE CHECKER // UPDATE CHECKER
new UpdateChecker(this, 12345).getVersion(version -> { new UpdateChecker(this, 115658).getVersion(version -> {
if (!this.getDescription().getVersion().equals(version)) { if (!this.getDescription().getVersion().equals(version)) {
getLogger().info(" "); getLogger().info(" ");
getLogger().info("====================================================="); getLogger().info("=====================================================");
getLogger().info(" "); getLogger().info(" ");
getLogger().info("An update for NVus Prison Lite is available! Grab it from:"); getLogger().info("An update for NVus Prison GOLD is available! Grab it from:");
getLogger().info("SpigotMC: https://www.spigotmc.org/resources/nvus-prison-setup.115441/"); getLogger().info("SpigotMC: https://www.spigotmc.org/resources/nvus-prison-gold.115658/");
getLogger().info("BuiltByBit: https://builtbybit.com/resources/nvus-prison-lite.40514/"); getLogger().info("BuiltByBit: https://builtbybit.com/resources/nvus-prison-gold.41038/");
getLogger().info(" "); getLogger().info(" ");
getLogger().info("====================================================="); getLogger().info("=====================================================");
getLogger().info(" "); getLogger().info(" ");

View File

@ -17,7 +17,7 @@ public class UpdateChecker {
public UpdateChecker(JavaPlugin plugin, int resourceId) { public UpdateChecker(JavaPlugin plugin, int resourceId) {
this.plugin = plugin; this.plugin = plugin;
this.resourceId = 115441; this.resourceId = 115658;
} }
public void getVersion(final Consumer<String> consumer) { public void getVersion(final Consumer<String> consumer) {