-
Notifications
You must be signed in to change notification settings - Fork 1
/
UI_Config.json
90 lines (90 loc) · 2.65 KB
/
UI_Config.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
{
"output_file": "settings.json",
"TwitchReward1Name": {
"type": "textbox",
"value": "",
"label": "Title of Twitch Reward",
"tooltip": "Specify the name of the Twitch Reward that will trigger this event when detected.",
"group": "Twitch Reward 1"
},
"R1Points": {
"type": "numberbox",
"label": "Amount of Channel Currency to Give",
"value": 1000,
"tooltip": "Specify the amount of channel currency to award. Custom Amount.",
"group": "Twitch Reward 1"
},
"TwitchReward2Name": {
"type": "textbox",
"value": "",
"label": "Title of Twitch Reward",
"tooltip": "Specify the name of the Twitch Reward that will trigger this event when detected.",
"group": "Twitch Reward 2"
},
"R2Points": {
"type": "numberbox",
"label": "Amount of Channel Currency to Give",
"value": 1000,
"tooltip": "Specify the amount of channel currency to award. Custom Amount.",
"group": "Twitch Reward 2"
},
"TwitchReward3Name": {
"type": "textbox",
"value": "",
"label": "Title of Twitch Reward",
"tooltip": "Specify the name of the Twitch Reward that will trigger this event when detected.",
"group": "Twitch Reward 3"
},
"R3Points": {
"type": "numberbox",
"label": "Amount of Channel Currency to Give",
"value": 1000,
"tooltip": "Specify the amount of channel currency to award. Custom Amount.",
"group": "Twitch Reward 3"
},
"TwitchReward4Name": {
"type": "textbox",
"value": "",
"label": "Title of Twitch Reward",
"tooltip": "Specify the name of the Twitch Reward that will trigger this event when detected.",
"group": "Twitch Reward 4"
},
"R4Points": {
"type": "numberbox",
"label": "Amount of Channel Currency to Give",
"value": 1000,
"tooltip": "Specify the amount of channel currency to award. Custom Amount.",
"group": "Twitch Reward 4"
},
"TwitchOAuthToken": {
"type": "textbox",
"value": "",
"label": "Twitch oAuth Token",
"tooltip": "Enter an oAuth token that allows the bot to read channel point redemptions on the channel being watched.",
"group": "Twitch oAuth - KEEP HIDDEN"
},
"btnGetToken": {
"type": "button",
"label": "Get Token",
"tooltip": "Generate an oAuth Token for the watched twitch account with permissions to read channel point redemptions.",
"wsevent": "",
"function": "GetToken",
"group": "Twitch oAuth - KEEP HIDDEN"
},
"btnreadme": {
"type": "button",
"label": "open readme",
"tooltip": "read this!",
"wsevent": "",
"_comment": "Do not change the function name! Ever!!",
"function": "openreadme",
"group": ""
},
"EnableDebug": {
"type": "checkbox",
"value": false,
"label": "Enable Debug",
"tooltip": "Enable or disable debug logs.",
"group": "Debug Settings"
}
}