-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccs.php
39 lines (39 loc) · 939 Bytes
/
ccs.php
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
<?php
header('Access-Control-Allow-Origin: https://plug.dj');
header('Content-Type: text/json');
?>
{
"css": null,
"rules": {
"allowAutorespond": true,
"allowAutowoot": true,
"allowAutojoin": false,
"allowAutograb": true,
"allowSmartVote": true,
"forceSmartVote": false
},
"ccc": {
"admin": "#42A5DC",
"ambassador": "#89BE6C",
"host": "#FF0066",
"cohost": "##FF0066",
"manager": "##00FFF3",
"bouncer": "##33FF00",
"rdj": "#FFFF00",
"subscriber": "#200B95",
"friend": "#ED10CC",
"user": "#7B6955"
},
"images": {
"background": null,
"playback": null,
"admin": "null",
"ambassador": "null",
"host": "null",
"cohost": "null",
"manager": "null",
"bouncer": "null",
"rdj": "null",
"subscriber": "null"
}
}