From be38934c3b1194dbbeb4db751b15a3d9f4009d03 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 31 Oct 2024 15:19:55 +0100 Subject: [PATCH] wording --- src/main/java/eu/m724/giants/GiantsPlugin.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/eu/m724/giants/GiantsPlugin.java b/src/main/java/eu/m724/giants/GiantsPlugin.java index 26c3332..38634f6 100644 --- a/src/main/java/eu/m724/giants/GiantsPlugin.java +++ b/src/main/java/eu/m724/giants/GiantsPlugin.java @@ -48,12 +48,10 @@ public class GiantsPlugin extends JavaPlugin implements CommandExecutor { ); } catch (IOException e) { getLogger().warning(e.getMessage()); - getLogger().warning("Failed checking JAR signature. This is not important right now, but it usually forecasts future problems."); + getLogger().warning("Failed checking JAR signature. This is not important right now, but it usually indicates future problems."); } catch (JarVerifier.VerificationException e) { getLogger().warning(e.getMessage()); - getLogger().warning("Plugin JAR is of invalid signature. It's possible that the signature has changed, in which case it's normal. Please see changelog on SpigotMC."); - getLogger().warning("If updating from 2.0.7, this is unfortunately expected. That version has a critical bug."); - getLogger().warning("Please move plugins/.paper-remapped/giants-2.0.7.jar to plugins/ (notice they differ in size a lot) or redownload *2.0.9* from SpigotMC"); + getLogger().warning("Plugin JAR is of invalid signature. Please re-download the JAR."); } /* bStats is optional. not anymore