Server Commands
To kick players from the server and to do other similar things, you have to use the server commands. This doc will show you these. If you want to know how to set up a server, read the Server Setup doc. For server settings, see the Server Settings doc.
Commands
| Command | Syntax | Description
|
| echo | echo text | Print a text in console.
|
| exec | exec file | Executes the commands in a file.
|
| kick | kick id | Kicks the user with the specified id directly.
|
| ban | ban ip/id minutes | Bans the ip from the server for x minutes.
|
| unban | unban ip | Unbans the ip.
|
| bans | bans | Show a list of bans.
|
| status | status | Lists the players' id, ip, name and score.
|
| shutdown | shutdown | Shuts down the server.
|
| record | record filename | Start a recording to a file.
|
| stoprecord | stoprecord | Stops the recording.
|
| tune | tune variable value | Tunes the variable. See the Server Tuning doc.
|
| tune_reset | tune_reset | Resets the tuning to default.
|
| tune_dump | tune_dump | Makes a dump that shows what tuning is used.
|
| change_map | change_map mapname | Change to the specified map.
|
| restart | restart time | Restarts the round. Time is optional.
|
| broadcast | broadcast text | Broadcasts the text.
|
| say | say text | Send a chat msg.
|
| set_team | set_team client_id team | Sends a player to a specific team.
|
| addvote | addvote command | Adds a vote option for the provided command.
|
| vote | vote yes/no | Forces the end result of the vote to yes/no.
|
Debugging
| Command | Syntax | Description
|
| dbg_dumpmem | dbg_dumpmem | Dump the memory
|
| dbg_lognetwork | dbg_lognetwork | Log the network
|