-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.example.json
94 lines (94 loc) · 1.88 KB
/
config.example.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
{
"config": {
"preset": "default",
"theme": "jsassist",
"allowExternalSource": false,
"allowEmoticon": true,
"ignoreMQEmoticon": true,
"ignoreNickname": "(무시할닉네임 ,로 구분해서 입력)",
"enableTwitchEmoticon": true,
"TwitchEmoticonsize": "1.0",
"streamer": {
"twitch": "(트위치닉네임)",
"kakaopot": "(카카오닉네임)",
"youtube": "(유튜브채널명)"
},
"chat": {
"platformIcon": true,
"platform": "all",
"animation": "fade",
"chatFade": 0,
"font": "Jeju Gothic",
"fontUsernameSize": 14,
"fontUsernameColor": "255, 255, 255",
"fontChatSize": 16,
"fontChatColor": "255, 255, 255",
"backgroundColor": "255, 255, 255",
"backgroundAlpha": 0,
"chatBackgroundColor": "200, 200, 200",
"chatBackgroundAlpha": 25
},
"themes": {
"jsassist": {
"css": [],
"js": [],
"image": {
"streamer": "",
"moderator": ""
}
}
}
},
"plugins": {
"command": {
"use": false
},
"dccon": {
"use": true,
"config": {
"address": "https://lastorder-dc.github.io/ChatAssistX-Client/dccon.json",
"twitch": "https://cdn.rawgit.com/Lastorder-DC/dccon/v180125/global.json",
"twitch_sub": "https://cdn.rawgit.com/Lastorder-DC/dccon/v180125/sub.json"
}
},
"style": {
"use": true
},
"replace" : {
"use": true,
"config": {
"replace_list": {
"바꿀말1": "바꿔질말1",
"바꿀말2": "바꿔질말2"
}
}
},
"block" : {
"use": true,
"config": {
"block_list": {
"나쁜말1": "keyword",
"나쁜닉네임1": "nickname",
"나쁜말2": "keyword",
"나쁜닉네임2": "nickname"
}
}
}
},
"provider": {
"JSAssist": {
"use": true,
"config": {
"oauth": "",
"do_not_use_tapic": false,
"channelname": "lastorder_dc"
}
},
"mixer": {
"use": false,
"config": {
"channelid": 164900
}
}
}
}