diff --git a/src/main/java/fr/xephi/authme/listener/AuthMePlayerListener.java b/src/main/java/fr/xephi/authme/listener/AuthMePlayerListener.java index 7f7c19c6f..859621795 100644 --- a/src/main/java/fr/xephi/authme/listener/AuthMePlayerListener.java +++ b/src/main/java/fr/xephi/authme/listener/AuthMePlayerListener.java @@ -543,7 +543,7 @@ public class AuthMePlayerListener implements Listener { event.allow(); return; } else { - ConsoleLogger.info("The player " + player.getName() + " wants to join, but the server is full"); + ConsoleLogger.info("The player " + player.getName() + " tryed to join, but the server was full"); event.setKickMessage(m.send("kick_fullserver")[0]); event.setResult(PlayerLoginEvent.Result.KICK_FULL); return; diff --git a/src/main/java/fr/xephi/authme/process/join/AsyncronousJoin.java b/src/main/java/fr/xephi/authme/process/join/AsyncronousJoin.java index 2e72bde46..b184c4a61 100644 --- a/src/main/java/fr/xephi/authme/process/join/AsyncronousJoin.java +++ b/src/main/java/fr/xephi/authme/process/join/AsyncronousJoin.java @@ -64,7 +64,6 @@ public class AsyncronousJoin { if (plugin.ess != null && Settings.disableSocialSpy) { try { plugin.ess.getUser(player.getName().toLowerCase()).setSocialSpyEnabled(false); - } catch (Exception e) { } catch (NoSuchMethodError e) { } } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 5028d2550..b52d57942 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,10 +1,10 @@ name: AuthMe author: Xephi59 website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ -description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player. +description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the player. main: fr.xephi.authme.AuthMe version: maven-version -softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn] +softdepend: [Vault, ChestShop, Multiverse-Core, Citizens, CombatTag, Essentials, EssentialsSpawn] commands: register: description: Register an account @@ -166,4 +166,4 @@ permissions: default: op authme.canbeforced: description: Can this player be forced to login - default: true \ No newline at end of file + default: true