mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 20:57:35 +01:00
Minor - mark password confirmation as optional for /register
This commit is contained in:
parent
1d21333c94
commit
857042ba5f
@ -338,7 +338,7 @@ public final class CommandInitializer {
|
|||||||
.description("Registration command")
|
.description("Registration command")
|
||||||
.detailedDescription("Command to register using AuthMeReloaded.")
|
.detailedDescription("Command to register using AuthMeReloaded.")
|
||||||
.withArgument("password", "Password", false)
|
.withArgument("password", "Password", false)
|
||||||
.withArgument("verifyPassword", "Verify password", false)
|
.withArgument("verifyPassword", "Verify password", true)
|
||||||
.permissions(ALLOWED, PlayerPermission.REGISTER)
|
.permissions(ALLOWED, PlayerPermission.REGISTER)
|
||||||
.executableCommand(new RegisterCommand())
|
.executableCommand(new RegisterCommand())
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
Reference in New Issue
Block a user