
Re: Admin Software Suggestions
Hey Bugz,
There are literally millions of console commands but these are the ones that are used most regularly.
Here is a list of Call of Duty : World at War Rcon Commands.
/rcon login [RCONPASSWORD]
Login to remote rcon.
/rcon kick [NAME]
Kicks a player by name from the server. (Will issue a temp-ban time-limit aswell)
/rcon kick all
Kicks all players from the server.
/rcon onlykick [NAME]
Kicks a player by name from the server. (They would be able to log back in without waiting)
/rcon onlykick all
Kicks all players from the server.
/rcon clientkick [ID]
Kicks a player by client id from the server.
/rcon banUser [NAME]
Bans a user by their ingame name. Writes their GUID to ban.txt
/rcon banClient [ID]
Bans a user by their client number. Writes their GUID to ban.txt
/rcon tempBanUser [NAME]
Kicks and temporarily bans player by name from server.
/rcon tempBanClient [ID]
Kicks and temporarily bans player by client id from server
/rcon unbanuser [NAME]
Unban every player banned with [name]. If you want to unban a single player whose name appears more than once, you should edit "ban.txt" manually.
/rcon map [mapname]
Loads the map specified by mapname.
/rcon map_rotate
Loads next map in rotation set in sv_maprotation.
/rcon map_restart
Reloads the map.
/rcon fast_restart
Restarts the map.
/rcon serverinfo
Shows the current server's settings.
/rcon systeminfo
Shows the current System Information.
/rcon status
Displays info of all the players on the server.
/rcon exec [FILENAME]
Executes a Server Config File (located in your server's main directory)
/rcon writeconfig [FILENAME]
Saves a Server Config File
/rcon say
Post a console message to all players.
/pb_plist
Lists the GUIDs of players on the server.
/pb_alist #
Lists the Aliases of whatever number you choose from the command above.
/rcon map mp_seelow
Change map to Seelow, or whatever map you want
/rcon restart
Reloads the Map
/rcon fast_restart
Restarts the Map without reloading it
That should be enough to get you started.
Some more console commands can be found here at CoD-TV:
http://callofduty5.tv/custom_pages/console_commands.php