mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-10-31 07:39:42 +01:00
Implemented the register command (2)
This commit is contained in:
parent
ae76759dc0
commit
5093e8ff78
@ -347,7 +347,7 @@ public class AuthMe extends JavaPlugin {
|
||||
// TODO: This is moving to AuthMe.onCommand();
|
||||
// Register commands
|
||||
//getCommand("authme").setExecutor(new AdminCommand(this));
|
||||
getCommand("register").setExecutor(new RegisterCommand(this));
|
||||
//getCommand("register").setExecutor(new RegisterCommand(this));
|
||||
//getCommand("login").setExecutor(new LoginCommand(this));
|
||||
getCommand("changepassword").setExecutor(new ChangePasswordCommand(this));
|
||||
getCommand("logout").setExecutor(new LogoutCommand(this));
|
||||
|
Loading…
Reference in New Issue
Block a user