Managing a CoD4x server means controlling who can use which commands.
Every command has a minimum power level — a value between 1 and 100 that defines the authority required to use it.
Here’s a complete breakdown of all command power levels from the configuration you shared, grouped by admin role and explained in simple terms.
Basic User Commands (Power 1–10)
These are safe commands available to all players or low-level helpers. They don’t affect gameplay or the server directly.
| Power | Command | Description |
|---|---|---|
| 1 | ministatus |
Shows minimal player/server status. |
| 1 | fps |
Displays your FPS (frames per second). |
| 1 | fov |
Adjusts the player’s field of view. |
| 1 | speckeys |
Shows spectator key info. |
| 1 | emblem |
Displays or changes your emblem. |
| 1 | stats |
Shows player stats. |
| 1 | shop |
Opens the in-game shop (if plugin supported). |
| 1 | promod |
Switches or checks promod mode. |
| 1 | serverinfo |
Displays server information. |
| 1 | systeminfo |
Displays system-related info. |
| 1 | cmdlist |
Lists all available commands. |
| 10 | ChangePassword |
Allows players to change their password. |
Moderator Commands (Power 30–70)
Moderators can control players, manage matches, and communicate effectively without full admin access.
| Power | Command | Description |
|---|---|---|
| 30 | dumpbanlist |
Shows the list of banned players. |
| 35 | kick |
Kicks a player from the server. |
| 45 | getss |
Takes a player screenshot (for anti-cheat). |
| 45 | getmodules |
Lists player’s active modules. |
| 50 | map_restart |
Restarts the current map. |
| 50 | tempban |
Temporarily bans a player. |
| 50 | record |
Starts recording a demo. |
| 50 | dumpuser |
Displays user information. |
| 60 | undercover |
Hides admin identity (go undercover). |
| 60 | map |
Loads a specific map. |
| 70 | say |
Sends a message to all players. |
| 70 | tell |
Sends a private message to a player. |
| 70 | screentell |
Sends a private screen message. |
| 70 | screensay |
Displays text on all players’ screens. |
| 70 | stoprecord |
Stops recording a demo. |
Senior Admin Commands (Power 80–95)
Trusted admins who can handle bans, user management, and configuration changes.
| Power | Command | Description |
|---|---|---|
| 80 | permban |
Permanently bans a player. |
| 80 | unban |
Removes a temporary or permanent ban. |
| 80 | gametype |
Changes the game mode (e.g., TDM, S&D). |
| 80 | AdminListAdmins |
Lists all registered admins. |
| 95 | AdminAddAdmin |
Adds a new admin to the system. |
| 95 | AdminChangePassword |
Changes an admin’s password. |
| 95 | AdminListCommands |
Lists all commands and their power levels. |
| 95 | AdminRemoveAdmin |
Removes an admin. |
| 95 | client_checkin |
Checks client information for security. |
Owner / Developer Commands (Power 98–100)
Highest level — for server owners and developers only. These can alter configuration files, load plugins, or even shut down the server.
| Power | Command | Description |
|---|---|---|
| 98 | set |
Changes a configuration variable. |
| 98 | exec |
Executes a configuration file. |
| 98 | AdminChangeCommandPower |
Changes the required power of commands. |
| 98 | cvarlist |
Lists all console variables. |
| 100 | status |
Displays server status with detailed info. |
| 100 | sets, seta, setu |
Set or save server variables (persistent). |
| 100 | which |
Shows where a command is defined. |
| 100 | path |
Displays the file path of assets or configs. |
| 100 | map_rotate |
Rotates to the next map in the cycle. |
| 100 | loadPlugin |
Loads a server plugin. |
| 100 | pluginInfo |
Shows information about loaded plugins. |
| 100 | b3status |
Checks connection to B3 (BigBrotherBot). |
| 100 | readbrushbsp |
Reads BSP map data. |
| 100 | cm_printall |
Prints all collision model info. |
| 100 | XAssetUsage |
Displays asset usage. |
| 100 | meminfo, zonememinfo |
Memory diagnostics. |
| 100 | scriptUsage, stringUsage |
Debug info for scripts and strings. |
| 100 | contell, consay |
Console-level messaging. |
| 100 | banClient, banUser, unbanUser |
Ban or unban players directly. |
| 100 | onlykick, clientkick |
Force-kick a player. |
| 100 | heartbeat |
Sends a heartbeat to the master server. |
| 100 | fast_restart |
Quickly restarts the match. |
| 100 | setPerk |
Assigns a perk to a player. |
| 100 | killserver |
Shuts down the server. |
| 100 | downloadmap |
Downloads and loads a map. |
| 100 | addCommand |
Adds a new server command. |
| 100 | writenvcfg, writeconfig |
Saves server configuration files. |
| 100 | plugins, unloadPlugin |
Manage server plugins. |
| 100 | quit |
Closes the server application. |
| 100 | net_restart |
Restarts network connections. |
| 100 | reset, setcvartotime, setfromcvar, toggle, wait, echo, vstr |
Developer and scripting utilities. |
Final Notes
-
Always assign power levels carefully.
Giving 100-power commands to untrusted admins is risky. -
You can customize these values in your
power.cfgto match your admin structure. -
Typical structure:
-
Player: 1–10
-
Moderator: 30–70
-
Admin: 80–95
-
Owner: 98–100
-
Keep your hierarchy balanced, and your CoD4x server will stay safe, fair, and well-managed.




