Skip to content

Commit 64fd7df

Browse files
committed
2 parents 6686383 + 49cb8c1 commit 64fd7df

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

Documentation/commands.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Server Administration Console Commands
2+
3+
## General Commands
4+
5+
| Action | Type this in the Console |
6+
|----------------------------------------|-------------------------------------------------|
7+
| Login as an Administrator | `adminlogin adminpass` |
8+
| Kick a player from server | `admin kick playername` |
9+
| Kick and ban a player from server | `admin kickban playername` |
10+
| Broadcast message in middle of screen | `say #message` |
11+
| Give up administrator rights | `adminlogout` |
12+
13+
14+
15+
## Change Maps and Gametypes
16+
17+
18+
| Action | Type this in the Console |
19+
|------------------------------------------------|------------------------------------------------------------------|
20+
| Restart current map | `admin servertravel?restart` |
21+
| Change map but not gametype | `admin servertravel map name` |
22+
| Change map and/or gametype to CTF | `admin servertravel map name?game=botpack.ctfgame` |
23+
| Change map and/or gametype to DOM | `admin servertravel map name?game=botpack.domination` |
24+
| Change map and/or gametype to ASSAULT | `admin servertravel map name?game=botpack.assault` |
25+
| Change map and/or gametype to DM | `admin servertravel map name?game=botpack.deathmatchplus` |
26+
| Change map and/or gametype to DM-TEAMGAME | `admin servertravel map name?game=botpack.teamgameplus` |
27+
28+
29+
30+
## Mutators
31+
32+
33+
34+
| Action | Type this in the Console |
35+
|----------------------------------------------------------|--------------------------------------------------------------------------------------------|
36+
| Restart map with a mutator | `admin servertravel?restart?game=botpack.ctfgame?mutator=mutator` |
37+
| Start Face without redeemer | `admin servertravel ctf-face?game=botpack.ctfgame?mutator=botpack.noredeemer` |
38+
| Start Codex without powerups | `admin servertravel dm-codex?game=botpack.deathmatchplus?mutator=botpack.nopowerups` |
39+
| Start November with rocket launcher only | `admin servertravel ctf-november?game=botpack.ctfgame?mutator=botpack.rocketarena` |
40+
| Start Leadworks with Shock Rifle only | `admin servertravel dom-leadworks?game=botpack.domination?mutator=botpack.shockarena` |
41+
| Start Lava Giant with only pulseguns, no redeemer or powerups | `admin servertravel ctf-lavagiant?game=botpack.ctfgame?mutator=botpack.noredeemer,botpack.nopowerups,botpack.pulsearena` |
42+
| Start Niven with Instagib | `admin servertravel ctf-niven?game=botpack.ctfgame?mutator=botpack.instagibdm` |
43+
| Restart map without mutators | `admin servertravel?restart?mutator=` |
44+
45+
46+
47+
## Limits
48+
49+
50+
51+
| Setting | Command |
52+
|--------------------------------------|--------------------------------------------------------|
53+
| See current timelimit | `admin get botpack.ctfgame timelimit` |
54+
| Set timelimit to 20 minutes | `admin set botpack.ctfgame timelimit 20` |
55+
| See current fraglimit | `admin get botpack.deathmatchplus fraglimit` |
56+
| Set fraglimit to 30 | `admin set botpack.deathmatchplus fraglimit 30` |
57+
| See current cap limit | `admin get botpack.ctfgame goalteamscore` |
58+
| Set cap limit to 10 | `admin set botpack.ctfgame goalteamscore 10` |
59+
| See current maxplayers | `admin get engine.gameinfo maxplayers` |
60+
| Set maxplayers to 10 | `admin set engine.gameinfo maxplayers 10` |
61+
| See current max spectators | `admin get engine.gameinfo maxspectators` |
62+
| Set spectators to 0 | `admin set engine.gameinfo maxspectators 0` |
63+
| See max team size | `admin get botpack.ctfgame maxteamsize` |
64+
| Set max team size to 6 | `admin set botpack.ctfgame maxteamsize 6` |
65+
66+
67+
68+
## Tournament Mode
69+
70+
| Setting | Command |
71+
|-------------------------------------|------------------------------------------------------------|
72+
| Check if tournament mode is on (CTF) | `admin get botpack.ctfgame btournament` |
73+
| Check if tournament mode is on (DM) | `admin get botpack.deathmatchplus btournament` |
74+
| Set tournament mode on/off (CTF) | `admin set botpack.ctfgame btournament true/false` |
75+
| Set tournament mode on/off (DM) | `admin set botpack.deathmatchplus btournament true/false`|
76+
77+
78+
79+
## Server Physics
80+
81+
| Setting | Command |
82+
|------------------------------------------|----------------------------------------------------------------|
83+
| Set new game password | `admin set engine.gameinfo gamepassword password` |
84+
| Set friendly fire scale | `admin set botpack.ctfgame friendlyfirescale 0.00-1.00` |
85+
| Toggle weaponstay | `admin set botpack.ctfgame bmultiweaponstay true/false` |
86+
| Toggle translocator | `admin set botpack.ctfgame busetranslocator true/false` |
87+
| Toggle force respawn | `admin set botpack.ctfgame bforcerespawn true/false` |
88+
| Toggle team balance | `admin set botpack.ctfgame bplayersbalanceteams true/false` |
89+
| Set aircontrol to 35% | `admin set botpack.deathmatchplus aircontrol 0.35` |
90+
| Set gamespeed to 110% | `admin set engine.gameinfo gamespeed 1.1` |
91+

0 commit comments

Comments
 (0)