mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-02 21:11:43 +01:00
parent
e57e457b62
commit
8432e67fd8
2
pom.xml
2
pom.xml
@ -63,7 +63,7 @@
|
|||||||
<buildNumber>Unknown</buildNumber>
|
<buildNumber>Unknown</buildNumber>
|
||||||
|
|
||||||
<!-- Change Bukkit Version HERE! -->
|
<!-- Change Bukkit Version HERE! -->
|
||||||
<bukkitVersion>1.8.8-R0.1-SNAPSHOT</bukkitVersion>
|
<bukkitVersion>1.9-SNAPSHOT</bukkitVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- Jenkins profile (add the real buildNumber to the version string) -->
|
<!-- Jenkins profile (add the real buildNumber to the version string) -->
|
||||||
|
@ -92,7 +92,7 @@ public final class CommandInitializer {
|
|||||||
.description("Enforce login player")
|
.description("Enforce login player")
|
||||||
.detailedDescription("Enforce the specified player to login.")
|
.detailedDescription("Enforce the specified player to login.")
|
||||||
.withArgument("player", "Online player name", true)
|
.withArgument("player", "Online player name", true)
|
||||||
.permissions(OP_ONLY, PlayerPermission.CAN_LOGIN_BE_FORCED)
|
.permissions(OP_ONLY, AdminPermission.FORCE_LOGIN)
|
||||||
.executableCommand(new ForceLoginCommand())
|
.executableCommand(new ForceLoginCommand())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user