Comment unfinished cmds

This commit is contained in:
Vortrex
2021-02-09 04:06:29 -06:00
parent 29f3da5bc2
commit 52d23c320b

View File

@@ -149,16 +149,17 @@ function loadCommands() {
commandData("saveall", saveAllServerDataCommand, "", getStaffFlagValue("developer"), true, true),
commandData("docmd", simulateCommandForPlayerCommand, "<player name/id> <command> [params]", getStaffFlagValue("developer"), true, true),
commandData("docmdall", simulateCommandForAllPlayersCommand, "<command> [params]", getStaffFlagValue("developer"), true, true),
commandData("docmdall", simulateCommandForAllPlayersCommand, "<command> [params]", getStaffFlagValue("developer"), true, true),
commandData("addloglvl", addServerLogLevelCommand, "<log level name>", getStaffFlagValue("developer"), true, true),
commandData("delloglvl", removeServerLogLevelCommand, "<log level name>", getStaffFlagValue("developer"), true, true),
commandData("addacscriptwl", addAntiCheatWhiteListedScript, "<script name>", getStaffFlagValue("developer"), true, true),
commandData("delacscriptwl", removeAntiCheatWhiteListedScript, "<script name>", getStaffFlagValue("developer"), true, true),
commandData("addacscriptbl", addAntiCheatBlackListedScript, "<script name>", getStaffFlagValue("developer"), true, true),
commandData("delacscriptbl", removeAntiCheatBlackListedScript, "<script name>", getStaffFlagValue("developer"), true, true),
commandData("setacscriptbl", setAntiCheatScriptBlackListEnabled, "<0/1 state>", getStaffFlagValue("developer"), true, true),
commandData("setacscriptwl", setAntiCheatScriptWhiteListEnabled, "<0/1 state>", getStaffFlagValue("developer"), true, true),
commandData("setac", setAntiCheatEnabled, "<0/1 state>", getStaffFlagValue("developer"), true, true),
//commandData("loglvl", getServerLogLevelCommand, "<log level name>", getStaffFlagValue("developer"), true, true),
//commandData("addacscriptwl", addAntiCheatWhiteListedScriptCommand, "<script name>", getStaffFlagValue("developer"), true, true),
//commandData("delacscriptwl", removeAntiCheatWhiteListedScriptCommand, "<script name>", getStaffFlagValue("developer"), true, true),
//commandData("addacscriptbl", addAntiCheatBlackListedScriptCommand, "<script name>", getStaffFlagValue("developer"), true, true),
//commandData("delacscriptbl", removeAntiCheatBlackListedScriptCommand, "<script name>", getStaffFlagValue("developer"), true, true),
//commandData("setacscriptbl", toggleAntiCheatScriptBlackListCommand, "<0/1 state>", getStaffFlagValue("developer"), true, true),
//commandData("setacscriptwl", toggleAntiCheatScriptWhiteListCommand, "<0/1 state>", getStaffFlagValue("developer"), true, true),
//commandData("setac", toggleGlobalAntiCheatCommand, "<0/1 state>", getStaffFlagValue("developer"), true, true),
//commandData("ac", getGlobalAntiCheatStatusCommand, "<0/1 state>", getStaffFlagValue("developer"), true, true),
],
discord: [],
help: [