-
Notifications
You must be signed in to change notification settings - Fork 7
/
createMatch_01.json
47 lines (47 loc) · 947 Bytes
/
createMatch_01.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"mapPool": [],
"teamA": {
"name": "Alpha"
},
"teamB": {
"name": "Bravo"
},
"electionSteps": [
{
"map": {
"mode": "FIXED",
"fixed": "de_anubis"
},
"side": {
"mode": "FIXED",
"fixed": "TEAM_A_T"
}
}
],
"gameServer": {
"ip": "localhost",
"port": 27016,
"rconPassword": "blob"
},
"rconCommands": {
"init": [
"mp_autokick 0",
"game_type 0",
"game_mode 1",
"sv_game_mode_flags 0",
"say > init rcon loaded <"
],
"knife": [
"mp_give_player_c4 0; mp_startmoney 0; mp_ct_default_secondary \"\"; mp_t_default_secondary \"\"",
"say > Special Knife Config Loaded <"
],
"match": [
"mp_give_player_c4 1; mp_startmoney 800; mp_ct_default_secondary \"weapon_hkp2000\"; mp_t_default_secondary \"weapon_glock\"",
"mp_freezetime 1",
"mp_round_restart_delay 1",
"mp_roundtime 0.5"
],
"end": ["say > end rcon loaded <"]
},
"tmtLogAddress": "http://localhost:8080"
}