Updated plugin.yml

This commit is contained in:
Gabriele C 2015-07-30 23:54:19 +02:00
parent 7bfab781a1
commit fc09fb3a5c
3 changed files with 4 additions and 5 deletions

View File

@ -543,7 +543,7 @@ public class AuthMePlayerListener implements Listener {
event.allow(); event.allow();
return; return;
} else { } 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.setKickMessage(m.send("kick_fullserver")[0]);
event.setResult(PlayerLoginEvent.Result.KICK_FULL); event.setResult(PlayerLoginEvent.Result.KICK_FULL);
return; return;

View File

@ -64,7 +64,6 @@ public class AsyncronousJoin {
if (plugin.ess != null && Settings.disableSocialSpy) { if (plugin.ess != null && Settings.disableSocialSpy) {
try { try {
plugin.ess.getUser(player.getName().toLowerCase()).setSocialSpyEnabled(false); plugin.ess.getUser(player.getName().toLowerCase()).setSocialSpyEnabled(false);
} catch (Exception e) {
} catch (NoSuchMethodError e) { } catch (NoSuchMethodError e) {
} }
} }

View File

@ -1,10 +1,10 @@
name: AuthMe name: AuthMe
author: Xephi59 author: Xephi59
website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ 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 main: fr.xephi.authme.AuthMe
version: maven-version version: maven-version
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn] softdepend: [Vault, ChestShop, Multiverse-Core, Citizens, CombatTag, Essentials, EssentialsSpawn]
commands: commands:
register: register:
description: Register an account description: Register an account
@ -166,4 +166,4 @@ permissions:
default: op default: op
authme.canbeforced: authme.canbeforced:
description: Can this player be forced to login description: Can this player be forced to login
default: true default: true