Add a message about the workaround with MC 1.9

This commit is contained in:
Gabriele C 2016-03-05 13:55:40 +01:00
parent a23e0a6d30
commit aa914b9aa7

View File

@ -242,6 +242,8 @@ public class AuthMe extends JavaPlugin {
try {
setupDatabase(newSettings);
} catch (Exception e) {
ConsoleLogger.showError("If you are using CraftBukkit/Spigot 1.9 please add the "
+ "-Dfile.encoding=UTF-8 argument in your server startup script!");
ConsoleLogger.logException("Fatal error occurred during database connection! "
+ "Authme initialization aborted!", e);
stopOrUnload();