Multiplayer Server Commands: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (In Game Server Commands moved to Multiplayer Server Commands: better choice of name)
No edit summary
Line 6: Line 6:
'''Administration Commands'''
'''Administration Commands'''


  #login password           Logs you into the server
  #login password             Logs you into the server
  #logout                   Logs you out of the server
  #logout                     Logs you out of the server
  #vote admin (name or ID)   Users can vote an admin to control the server
  #vote admin (name or ID)   Users can vote an admin to control the server
  #mission                   Select mission with known name
  #mission                   Select mission with known name
  #missions                 Select mission a mission
  #missions                   Select mission a mission
  #restart                   Restart mission  
  #restart                   Restart mission  
  #reassign                 Takes you back to the selection screen
  #reassign                   Takes you back to the selection screen
  #kick (name or ID)         Allows you to kick the nickname
  #kick (name or ID)         Allows you to kick the nickname
  #shutdown                 Shutsdown the server
  #shutdown                   Shutsdown the server
  #init                     Reload server config file loaded by –config option.
  #init                       Reload server config file loaded by –config option.
 
#monitor (interval in sec)  Shows performance information of the server. Interval 0 means to stopp monitoring.
#debug (command) (interval) Commands can be checkfile, console, totalsent, usersent, userinfo, userqueue
                           
'''User Commands'''
'''User Commands'''


  #vote missions             Users can vote for the mission selection
  #vote missions             Users can vote for the mission selection
  #vote mission (name)       Users can vote on a particular mission '''''(named)''''' to play
  #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 kick (name/ID)       Users can vote to kick off an individual
  #vote restart             Allows the voting to be restarted
  #vote restart               Allows the voting to be restarted
  #userlist                 Displays the listing of users on the server
  #userlist                   Displays the listing of users on the server

Revision as of 09:50, 1 December 2006


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             Logs you into the server
#logout                     Logs you out of the server
#vote admin (name or ID)    Users can vote an admin to control the server
#mission                    Select mission with known name
#missions                   Select mission a mission
#restart                    Restart mission 
#reassign                   Takes you back to the selection screen
#kick (name or ID)          Allows you to kick the nickname
#shutdown                   Shutsdown the server
#init                       Reload server config file loaded by –config option.
#monitor (interval in sec)  Shows performance information of the server. Interval 0 means to stopp monitoring.
#debug (command) (interval) Commands can be checkfile, console, totalsent, usersent, userinfo, userqueue
                           

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               Allows the voting to be restarted
#userlist                   Displays the listing of users on the server