Multiplayer Server Commands: Difference between revisions
Jump to navigation
Jump to search
m (Improved wording) |
(Added examples) |
||
Line 14: | Line 14: | ||
{| border="1" cellspacing="0" | {| border="1" cellspacing="0" | ||
|+ | |||
| Command || Example || Description | |||
|- | |- | ||
| #login password || Log in as the admin | | #login password || #login adminPW || Log in as the admin | ||
|- | |- | ||
| #logout || Admin log out | | #logout || || Admin log out | ||
|- | |- | ||
| #vote admin (name/ID/PLR#) || Users can vote an admin to control the server | | #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 || Select mission with known name | | #mission filename || #mission myDM.intro || Select mission with known name | ||
|- | |- | ||
| #missions || Select mission | | #missions || || Select mission | ||
|- | |- | ||
| #restart || Restart mission | | #restart || || Restart mission | ||
|- | |- | ||
| #reassign || Start over and reassign roles | | #reassign || || Start over and reassign roles | ||
|- | |- | ||
| #kick (name, ID or Player#) || Allows you to kick | | #kick (name, ID or Player#) || | ||
* #kick nickName | |||
* #kick 47114712 | |||
* #kick 3 | |||
|| Allows you to kick a player | |||
|- | |- | ||
| #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) || #monitor 1 || Shows performance information of the server. Interval 0 means to stop monitoring | ||
|- | |- | ||
| #debug (command) (interval) || | | #debug (command) (interval) || | ||
#debug TotalSent 1 | |||
|| The available commands are: | |||
* checkFile | * checkFile | ||
* Console | * Console | ||
Line 45: | Line 57: | ||
<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> | ||
|- | |- | ||
| #exec ban (name, ID or Player#) || Allows you to | | #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 | |||
|} | |} | ||
Line 51: | Line 67: | ||
{| border="1" cellspacing="0" | {| border="1" cellspacing="0" | ||
|+ | |||
| Command || Example || Description | |||
|- | |- | ||
| #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 | | #vote mission (name) || #vote mission myD.intro || Users can vote on a particular mission to loaded | ||
|- | |- | ||
| #vote kick (name | | #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 restart || || Vote to restart the mission | ||
|- | |- | ||
| #vote reassign || Vote to reassign | | #vote reassign || || Vote to reassign | ||
|- | |- | ||
| #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 12:31, 11 November 2011
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 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.
Administration commands
Command | Example | Description |
#login password | #login adminPW | 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 | #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#) |
|
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) |
|
The available commands are:
Each command differs bit some output to screen, some to log file etc. |
#exec ban (name, ID or Player#) |
|
Allows you to ban a player. Their ID will be added to the ban.txt |
User commands
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#) |
|
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) |