diff --git a/scripts/server/command.js b/scripts/server/command.js index 5794ec36..cf476211 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -27,7 +27,11 @@ function loadCommandData() { commandData("register", registerCommand, "", getStaffFlagValue("none"), false, false), commandData("changepass", changePasswordCommand, "", getStaffFlagValue("none"), true, false), commandData("iplogin", autoLoginByIPCommand, "", getStaffFlagValue("none"), true, false), + commandData("autolastchar", autoSelectLastCharacterCommand, "", getStaffFlagValue("none"), true, false), commandData("gui", toggleAccountGUICommand, "", getStaffFlagValue("none"), false, false), + commandData("2fa", toggleAccountTwoFactorAuthCommand, "", getStaffFlagValue("none"), true, false), + commandData("setemail", setAccountEmailCommand, "", getStaffFlagValue("none"), true, false), + commandData("setdiscord", setAccountDiscordCommand, "", getStaffFlagValue("none"), true, false), ], ammunation: [], ban: [