Multiplayer Server Commands: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:
|+
|+
| Command || Example || Description
| Command || Example || Description
|-
|- valign="top"
| #login password ||
| #login password ||
* #login adminPW
* #login adminPW
|| Log in as the admin
|| Log in as the admin
|-
|- valign="top"
| #logout ||  || Admin log out
| #logout ||  || Admin log out
|-
|- valign="top"
| #vote admin (name/ID/PLR#) ||
| #vote admin (name/ID/PLR#) ||
* #vote admin nickName
* #vote admin nickName
Line 31: Line 31:
* #vote admin 3
* #vote admin 3
|| Users can vote an admin to control the server
|| Users can vote an admin to control the server
|-
|- valign="top"
| #mission filename ||
| #mission filename ||
* #mission myDM.intro
* #mission myDM.intro
|| Select mission with known name
|| Select mission with known name
|-
|- valign="top"
| #missions ||  || Select mission
| #missions ||  || Select mission
|-
|- valign="top"
| #restart ||  || Restart mission
| #restart ||  || Restart mission
|-
|- valign="top"
| #reassign ||  || Start over and reassign roles
| #reassign ||  || Start over and reassign roles
|-
|- valign="top"
| #kick (name, ID or Player#) ||
| #kick (name, ID or Player#) ||
* #kick nickName
* #kick nickName
Line 47: Line 47:
* #kick 3
* #kick 3
|| Allows you to kick a player
|| Allows you to kick a player
|-
|- valign="top"
| #shutdown ||  || Shuts down the server
| #shutdown ||  || Shuts down the server
|-
|- valign="top"
| #monitor (interval in sec) || #monitor 1 || Shows performance information of the server. Interval 0 means to stop monitoring
| #monitor (interval in sec) ||
|-
* #monitor 1
|| Shows performance information of the server. Interval 0 means to stop monitoring
|- valign="top"
| #debug (command) (interval) ||
| #debug (command) (interval) ||
* #debug TotalSent 1
* #debug TotalSent 1
Line 63: Line 65:
* JIPQueue
* JIPQueue
<i>Each command differs bit some output to screen, some to log file etc.</i>
<i>Each command differs bit some output to screen, some to log file etc.</i>
|-
|- valign="top"
| #exec ban (name, ID or Player#) ||
| #exec ban (name, ID or Player#) ||
* #exec ban nickName
* #exec ban nickName
Line 73: Line 75:
===Player===
===Player===


{| border="1" cellspacing="0"
{| border="1" cellspacing="0" valign="top"
|+
|+
| Command || Example || Description
| Command || Example || Description
|-
|- valign="top"
| #vote missions ||  || Users can vote for the mission selection
| #vote missions ||  || Users can vote for the mission selection
|-
|-
Line 82: Line 84:
* #vote mission myD.intro
* #vote mission myD.intro
|| Users can vote on a particular mission to loaded
|| Users can vote on a particular mission to loaded
|-
|- valign="top"
| #vote kick (name, ID or Player#) ||
| #vote kick (name, ID or Player#) ||
* #vote kick nickName
* #vote kick nickName
Line 88: Line 90:
* #vote kick 3
* #vote kick 3
|| Users can vote to kick off an individual
|| Users can vote to kick off an individual
|-
|- valign="top"
| #vote restart ||  || Vote to restart the mission
| #vote restart ||  || Vote to restart the mission
|-
|- valign="top"
| #vote reassign ||  || Vote to reassign
| #vote reassign ||  || Vote to reassign
|-
|- valign="top"
| #userlist ||  || Displays the list of users on the server (use pgup to scroll up)
| #userlist ||  || Displays the list of users on the server (use pgup to scroll up)
|}
|}


[[category:Operation Flashpoint:_Multiplayer|S]]
[[category:Operation Flashpoint:_Multiplayer|S]]

Revision as of 13:39, 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.

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)