-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
96 lines (84 loc) · 3.21 KB
/
config.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"app_bot_token": "--redacted--",
"emotes": {
"loading": "427584607454494729",
"attacks": "464848886859694080",
"defends": "464848886851174420"
},
"lang": "english",
"autosave": 3600,
"roles": {
"referee": { "name": "Referees" },
"coreferee": { "name": "Co-Referees" },
"streamer": { "name": "Streamers" },
"captain": { "name": "{} Captains", "color": "0xf1c40f" },
"group": { "name": "Group {}" },
"team": { "name": "{} team", "color": "orange" }
},
"nickname": "{nick} ({team})",
"driver": {
"refresh_period": 60,
"max_advance": 3600,
"utc_offset": 0,
"autodelete": true
},
"carousel": {
"visible": false,
"save_path": ""
},
"maps": {
"ptb_oc": [ "D-17", "District", "Destination", "Bridges", "Palace", "Pyramid", "Yard" ],
"ctf": [ "Quarry", "Breach", "Construction", "Deposit", "Longway" ],
"ptb": [ "Yard", "D-17", "District", "Destination", "Bridges", "Palace", "Pyramid" ],
"ctf_ptb": [ "Yard", "D-17", "Factory", "District", "Destination", "Bridges", "Palace", "Pyramid",
"Quarry", "Breach", "Construction", "Deposit", "Longway" ],
"ptb2": [ "ptb_afghan", "ptb_d17", "ptb_district", "ptb_destination", "ptb_bridges",
"ptb_palace", "ptb_pyramid" ],
"test2": [ "A", "B" ],
"test3": [ "A", "B", "C" ],
"test4": [ "A", "B", "C", "D" ],
"test5": [ "A", "B", "C", "D", "E" ],
"test6": [ "A", "B", "C", "D", "E", "F" ],
"test7": [ "A", "B", "C", "D", "E", "F", "G" ],
"test8": [ "A", "B", "C", "D", "E", "F", "G", "H" ],
"test9": [ "A", "B", "C", "D", "E", "F", "G", "H", "I" ],
"test10": [ "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ],
"test": [ "Lorem", "Ipsum", "Dolor", "Sit", "Amet", "Consectetur", "Adipiscing" ]
},
"guilds": {
"RoleKeeperTestSuite": {
"db": "test",
"default_maps": "test",
"rooms": {
"match_created": [ "streamers" ],
"match_starting": [ "referees", "streamers" ],
"announcement": [ "streamers", "referees", "general" ]
},
"streamer_can_see_match": true,
"categories": {
"A": "Referee A",
"B": "Referee B"
}
},
"WFesports": {
"db": "mycom",
"default_maps": "ptb_oc",
"rooms": {
"match_created": [ "streamers" ],
"match_starting": [ "int_results", "streamers" ],
"announcement": [ "esports_support", "general",
"group_a", "group_b", "group_c", "group_d", "group_e",
"esp_announcements" ]
},
"streamer_can_see_match": true,
"categories": {
"A": "Captains - Group A",
"B": "Captains - Group B",
"C": "Captains - Group C",
"D": "Captains - Group D",
"E": "Captains - Group E",
"ML": "Masters League"
}
}
}
}