Multiplayer Server Commands: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
  #shutdown                  Shuts down the server
  #shutdown                  Shuts down the server
  #monitor (interval in sec)  Shows performance information of the server. Interval 0 means to stop monitoring
  #monitor (interval in sec)  Shows performance information of the server. Interval 0 means to stop monitoring
  #debug (command) (interval) Commands can be checkfile, console, totalsent, usersent, userinfo, userqueue | Each command differs bit some output to screen, some to log file etc.
  #debug (command) (interval) Commands can be <b>checkFile, Console, TotalSent, UserSent, UserInfo, UserQueue, JIPQueue </b>| <i>Each command differs bit some output to screen, some to log file etc.</i>
  #exec ban (name, ID or Player#)  Allows you to Ban the nickname or the player #, their ID will be added to ban.txt
  #exec ban (name, ID or Player#)  Allows you to Ban the nickname or the player #, their ID will be added to ban.txt
                              
                              

Revision as of 13:03, 11 November 2011

Reports have been circulated of a script exploit that allows a non-admin player to force an in-game admin to issue Admin commands. Either #logout of server admin when not required, or consider using BattlEye's RCon tool to administer the server out of band

See also Armed Assault: Multiplayer Server Commands.

The following commands are available to you once you have connected to a server. You can access the command line by pressing the / key, which allows you to type any of the following commands in. You have to include the # before the command.


Administration Commands

#login password             Log in as the admin
#logout                     Admin log out
#vote admin (name/ID/PLR#)  Users can vote an admin to control the server
#mission filename           Select mission with known name
#missions                   Select mission
#restart                    Restart mission
#reassign                   Start over and reassign roles
#kick (name, ID or Player#) Allows you to kick the nickname or the player # (ie #kick 46)
#shutdown                   Shuts down the server
#monitor (interval in sec)  Shows performance information of the server. Interval 0 means to stop monitoring
#debug (command) (interval) Commands can be checkFile, Console, TotalSent, UserSent, UserInfo, UserQueue, JIPQueue | Each command differs bit some output to screen, some to log file etc.
#exec ban (name, ID or Player#)  Allows you to Ban the nickname or the player #, their ID will be added to ban.txt
                           

User Commands

#vote missions              Users can vote for the mission selection
#vote mission (name)        Users can vote on a particular mission (named) to play
#vote kick (name/ID)        Users can vote to kick off an individual
#vote restart               Vote to restart the mission
#vote reassign              Vote to reassign
#userlist                   Displays the list of users on the server (use pgup to scroll up)