wording
This commit is contained in:
parent
10293be169
commit
be38934c3b
1 changed files with 2 additions and 4 deletions
|
@ -48,12 +48,10 @@ public class GiantsPlugin extends JavaPlugin implements CommandExecutor {
|
||||||
);
|
);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
getLogger().warning(e.getMessage());
|
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) {
|
} catch (JarVerifier.VerificationException e) {
|
||||||
getLogger().warning(e.getMessage());
|
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("Plugin JAR is of invalid signature. Please re-download the JAR.");
|
||||||
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");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bStats is optional. not anymore
|
/* bStats is optional. not anymore
|
||||||
|
|
Loading…
Reference in a new issue