Multiplayer Server Commands: Difference between revisions
Jump to navigation
Jump to search
(Added examples) |
mNo edit summary |
||
Line 17: | Line 17: | ||
| Command || Example || Description | | Command || Example || Description | ||
|- | |- | ||
| #login password || #login adminPW || Log in as the admin | | #login password || | ||
* #login adminPW | |||
|| Log in as the admin | |||
|- | |- | ||
| #logout || || Admin log out | | #logout || || Admin log out | ||
Line 27: | Line 29: | ||
|| Users can vote an admin to control the server | || Users can vote an admin to control the server | ||
|- | |- | ||
| #mission filename || #mission myDM.intro || Select mission with known name | | #mission filename || | ||
* #mission myDM.intro | |||
|| Select mission with known name | |||
|- | |- | ||
| #missions || || Select mission | | #missions || || Select mission | ||
Line 46: | Line 50: | ||
|- | |- | ||
| #debug (command) (interval) || | | #debug (command) (interval) || | ||
#debug TotalSent 1 | * #debug TotalSent 1 | ||
|| The available commands are: | || The available commands are: | ||
* checkFile | * checkFile | ||
Line 72: | Line 76: | ||
| #vote missions || || Users can vote for the mission selection | | #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 mission (name) || | ||
* #vote mission myD.intro | |||
|| Users can vote on a particular mission to loaded | |||
|- | |- | ||
| #vote kick (name, ID or Player#) || | | #vote kick (name, ID or Player#) || |
Revision as of 12:33, 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 |
|
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 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) |
|
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) |