-
Notifications
You must be signed in to change notification settings - Fork 6
/
adkatsspecialgroups.json
144 lines (144 loc) · 2.9 KB
/
adkatsspecialgroups.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"SpecialGroups":[
{
"group_id":0,
"group_key":"whitelist_bf4db",
"group_name":"BF4DB Whitelist"
},
{
"group_id":1,
"group_key":"whitelist_anticheat",
"group_name":"Anti-Cheat Whitelist"
},
{
"group_id":2,
"group_key":"whitelist_multibalancer",
"group_name":"Auto-Balance Whitelist"
},
{
"group_id":3,
"group_key":"whitelist_ping",
"group_name":"Ping Kick Whitelist"
},
{
"group_id":4,
"group_key":"blacklist_dispersion",
"group_name":"Auto-Balance Dispersion List"
},
{
"group_id":5,
"group_key":"slot_reserved",
"group_name":"Reserved Slot"
},
{
"group_id":6,
"group_key":"slot_spectator",
"group_name":"Spectator Whitelist"
},
{
"group_id":7,
"group_key":"whitelist_adminassistant",
"group_name":"Admin Assistant Whitelist"
},
{
"group_id":8,
"group_key":"whitelist_spambot",
"group_name":"SpamBot Whitelist"
},
{
"group_id":9,
"group_key":"whitelist_teamswap",
"group_name":"TeamSwap Command Whitelist"
},
{
"group_id":10,
"group_key":"whitelist_report",
"group_name":"Player Report Whitelist"
},
{
"group_id":11,
"group_key":"whitelist_populator",
"group_name":"Approved Populator Whitelist"
},
{
"group_id":12,
"group_key":"whitelist_teamkill",
"group_name":"TeamKill Punishment Whitelist"
},
{
"group_id":13,
"group_key":"blacklist_spectator",
"group_name":"Spectator Blacklist"
},
{
"group_id":14,
"group_key":"blacklist_report",
"group_name":"Report Source Blacklist"
},
{
"group_id":15,
"group_key":"whitelist_commandtarget",
"group_name":"Command Target Whitelist"
},
{
"group_id":16,
"group_key":"blacklist_autoassist",
"group_name":"Auto-Assist Blacklist"
},
{
"group_id":17,
"group_key":"whitelist_squadsplit",
"group_name":"Squad Split Whitelist"
},
{
"group_id":18,
"group_key":"whitelist_squadsplit_advanced",
"group_name":"Advanced Squad Split Whitelist"
},
{
"group_id":19,
"group_key":"blacklist_allcaps",
"group_name":"All-Caps Chat Blacklist"
},
{
"group_id":20,
"group_key":"challenge_play",
"group_name":"Challenge Playing Status"
},
{
"group_id":21,
"group_key":"challenge_autokill",
"group_name":"Challenge AutoKill Status"
},
{
"group_id":22,
"group_key":"challenge_ignore",
"group_name":"Challenge Ignoring Status"
},
{
"group_id":23,
"group_key":"persistent_mute",
"group_name":"Persistent Mute"
},
{
"group_id":24,
"group_key":"watchlist",
"group_name":"Join Watchlist"
},
{
"group_id":25,
"group_key":"persistent_mute_force",
"group_name":"Persistent Force Mute"
},
{
"group_id":26,
"group_key":"whitelist_move_protection",
"group_name":"Move Protection Whitelist"
},
{
"group_id":27,
"group_key":"whitelist_ba",
"group_name":"BattlefieldAgency Whitelist"
}
]
}