Multiplayer Server Commands: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
See also [[Armed Assault: Multiplayer Server Commands]].
==Warning==
{{Important|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#Rcon|BattlEye's RCon]] tool to administer the server out of band }}
{{Important|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#Rcon|BattlEye's RCon]] tool to administer the server out of band }}
See also [[Armed Assault: Multiplayer Server Commands]].


==HowTo==  
==HowTo==  

Revision as of 13:40, 11 November 2011

See also Armed Assault: Multiplayer Server Commands.

Warning

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

HowTo

You can access the command line by pressing the chat key (default: /).
In the chat input window you can type any of the following commands in and confirm them with the enter key.

You have to add the # character before the command.

Commands

The following commands are available to you once you have connected to a server:

Admin

Command Example Description
#login password
  • #login adminPW
Log in as the admin
#logout Admin log out
#vote admin (name/ID/PLR#)
  • #vote admin nickName
  • #vote admin 47114712
  • #vote admin 3
Users can vote an admin to control the server
#mission filename
  • #mission myDM.intro
Select mission with known name
#missions Select mission
#restart Restart mission
#reassign Start over and reassign roles
#kick (name, ID or Player#)
  • #kick nickName
  • #kick 47114712
  • #kick 3
Allows you to kick a player
#shutdown Shuts down the server
#monitor (interval in sec)
  • #monitor 1
Shows performance information of the server. Interval 0 means to stop monitoring
#debug (command) (interval)
  • #debug TotalSent 1
The available commands are:
  • 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#)
  • #exec ban nickName
  • #exec ban 47114712
  • #exec ban 3
Allows you to ban a player. Their ID will be added to the ban.txt

Player

Command Example Description
#vote missions Users can vote for the mission selection
#vote mission (name)
  • #vote mission myD.intro
Users can vote on a particular mission to loaded
#vote kick (name, ID or Player#)
  • #vote kick nickName
  • #vote kick 47114712
  • #vote kick 3
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)