mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 04:02:10 +01:00
Updated plugin.yml
This commit is contained in:
parent
7bfab781a1
commit
fc09fb3a5c
@ -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;
|
||||||
|
@ -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) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user