This commit is contained in:
Minecon724 2024-10-31 15:19:55 +01:00
parent 10293be169
commit be38934c3b
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -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