Multiplayer Server Commands: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Improved formatting.) |
||
Line 1: | Line 1: | ||
{{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. | {{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]]. | See also [[Armed Assault: Multiplayer Server Commands]]. | ||
Line 8: | Line 6: | ||
==Administration commands== | |||
{| border="1" cellspacing="0" | |||
|- | |||
| #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 | |||
<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 | |||
|} | |||
==User commands== | |||
{| border="1" cellspacing="0" | |||
|- | |||
| #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) | |||
|} | |||
[[category:Operation Flashpoint:_Multiplayer|S]] |
Revision as of 12:19, 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 / 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:
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) |