-
Notifications
You must be signed in to change notification settings - Fork 1
/
room-rcs.json
42 lines (42 loc) · 1.71 KB
/
room-rcs.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
{
"room": "Bass Line",
"author": "WiBla",
"icon": "https://raw.githubusercontent.com/KaosBass/PlugDJ_VIP/master/Bass_Line.png",
"css": "https://rawgit.com/KaosBass/PlugDJ_VIP/master/music_theme.css",
"rules": {
"allowAutorespond": true,
"allowAutowoot": true,
"allowAutojoin": true,
"allowAutograb": true,
"allowSmartVote": true,
"allowEmotes": true,
"allowShowingMehs": false,
"forceSmartVote": false
},
"ccc": {
"admin": "#00bfff",
"ambassador": "#9C0",
"host": "#5BF",
"cohost": "#58F",
"manager": "#E15",
"bouncer": "#F45",
"rdj": "#F95",
"subscriber": "#FB3",
"silversubscriber": null,
"friend": null,
"user": null
},
"images": {
"background": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/background/non-official/Plug-It-old.jpg",
"playback": null,
"admin": null,
"ambassador": null,
"host": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/chat/rank_host.png",
"cohost": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/chat/rank_cohost.png",
"manager": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/chat/rank_manager.png",
"bouncer": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/chat/rank_bouncer.png",
"rdj": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/chat/rank_dj.png",
"subscriber": "https://raw.githubusercontent.com/Plug-It/pi/pre-release/img/chat/crown.png",
"silversubscriber": null
}
}