-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfigExample.json
More file actions
57 lines (57 loc) · 1.64 KB
/
Copy pathconfigExample.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
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
{
"NHANIFY": {
"enabled": false,
"playlistsById": [
]
},
"VIDEO_MAX_DURATION": 600,
"ONLY_BROADCASTER": {
"songRequest": false,
"skipSong": true,
"skipPlaylist": true,
"saveSong": false,
"playingSong": false,
"pauseSong": true,
"resumeSong": true,
"commands": false,
"nhanify": false
},
"REWARDS":[
{
"id":"",
"title":"Nhanify: Skip Song",
"cost":200,
"isPausedStates":{"chat":false,"nhanify":false,"null":true}
},
{
"id":"",
"title":"Nhanify: Skip Playlist",
"cost":700,
"isPausedStates":{"chat":true,"nhanify":false,"null":true}
},
{
"id":"",
"title":"Nhanify: Song Request",
"cost":100,
"isPausedStates":{"chat":false,"nhanify":false,"null":false}
},
{
"id":"",
"title":"Nhanify: Save Song",
"cost":100,
"isPausedStates":{"chat":false,"nhanify":false,"null":true}
}
],
"COMMANDS": {
"songRequest": "sr",
"skipSong": "skipSong",
"skipPlaylist": "skipPlaylist",
"saveSong": "saveSong",
"playingSong": "song",
"pauseSong": "pause",
"resumeSong": "resume",
"commands": "commands",
"aboutNhanify": "nhanify",
"playlist": "playlist"
}
}