-
Notifications
You must be signed in to change notification settings - Fork 0
/
UI_Config.json
265 lines (265 loc) · 7.53 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
{
"output_file": "settings.json",
"OnlyLive": {
"type": "checkbox",
"value": false,
"label": "Only when live",
"tooltip": "Command is only active when stream is live",
"group": "General"
},
"Command": {
"type": "textbox",
"value": "!work",
"label": "Command Name",
"tooltip": "The command the bot will respond to",
"group": "General"
},
"Cost": {
"type": "numberbox",
"label": "Cost",
"value": 0,
"tooltip": "Cost to use the command",
"group": "General"
},
"Permission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","GameWisp Subscriber","User_Specific","Min_Rank","Min_Points","Min_Hours","Moderator","Editor","Caster"],
"label": "Permission level",
"tooltip": "Set the permission level for the command",
"group": "General"
},
"PermissionInfo": {
"type": "textbox",
"value": "",
"label": "Permission level info",
"tooltip": "Set the user, rank or tier for permission",
"group": "General"
},
"Usage": {
"type": "dropdown",
"value": "Stream Chat",
"items": ["Stream Chat","Stream Whisper","Stream Both","Discord Chat","Discord Whisper","Discord Both","Chat Both","Whisper Both","All"],
"label": "Usage",
"tooltip": "Usage for where the script can be used!",
"group": "General"
},
"UseCD": {
"type": "checkbox",
"value": false,
"label": "Use Cooldown Messages",
"tooltip": "Enable/Disable cooldown messages",
"group": "Cooldown"
},
"Cooldown": {
"type": "numberbox",
"label": "Cooldown (seconds)",
"value": 1800,
"tooltip": "Cooldown in seconds.",
"group": "Cooldown"
},
"OnCooldown": {
"type": "textbox",
"value": "{0} the command is still on cooldown for {1} seconds!",
"label": "Cooldown Response",
"tooltip": "The message that the bot will display when the command is on cooldown. \r\n {0} = user \r\n {1} = time remaining",
"group": "Cooldown"
},
"UserCooldown": {
"type": "numberbox",
"label": "User Cooldown (seconds)",
"value": 10,
"tooltip": "User cooldown in seconds.",
"group": "Cooldown"
},
"OnUserCooldown": {
"type": "textbox",
"value": "{0} the command is still on user cooldown for {1} seconds!",
"label": "User Cooldown Response",
"tooltip": "The message that the bot will display when the command is on user cooldown. \r\n {0} = user \r\n {1} = time remaining",
"group": "Cooldown"
},
"CasterCD": {
"type": "checkbox",
"value": true,
"label": "Caster ignores cooldown",
"tooltip": "Enable/Disable cooldown for caster",
"group": "Cooldown"
},
"Timeout": {
"type": "checkbox",
"value": false,
"label": "Timeout users who fail",
"tooltip": "If enabled viewers that tries to fish and fail will get timed out. Only available for Twitch ",
"group": "Outcomes"
},
"TL": {
"type": "numberbox",
"label": "Timeout length",
"value": 60,
"tooltip": "Length for the timeout if users fail to fish",
"group": "Outcomes"
},
"NotEnoughResponse": {
"type": "textbox",
"value": "{0} you don't have enough {1} to attempt this! You will need atleast {2} {1}.",
"label": "Not enough currency response",
"tooltip": "Message sent when user doesn't have enough points \r\n {0} = user \r\n {1} = Currencyname \r\n {1} = amount of points",
"group": "Responses"
},
"PermissionResponse": {
"type": "textbox",
"value": "{0} -> only {1} ({2}) and higher can use this command",
"label": "Permission denied response",
"tooltip": "Message sent when user doesn't select any valid wire. \r\n{0} = user \r\n{1} = permission\r\n{2} = permission info",
"group": "Responses"
},
"B1Name": {
"type": "textbox",
"value": "NoWork",
"label": "Name",
"tooltip": "Du hast nicht gearbeitet..",
"group": "Boss1"
},
"B1WinChance": {
"type": "numberbox",
"value": 100,
"label": "Win Chance",
"tooltip": "Chance to Win in %",
"group": "Boss1"
},
"B1Win": {
"type": "numberbox",
"value": 2,
"label": "Win Points",
"tooltip": "Points that you gain for winning",
"group": "Boss1"
},
"B1WinText": {
"type": "textbox",
"value": "{0} du sollst arbeiten und nicht am Handy spielen! Hier hast du {1} {2}",
"label": "Start Text",
"tooltip": "Text when you work bad",
"group": "Boss1"
},
"B2Name": {
"type": "textbox",
"value": "YouTried",
"label": "Name",
"tooltip": "Name from the Boss",
"group": "Boss2"
},
"B2WinChance": {
"type": "numberbox",
"value": 100,
"label": "Win Chance",
"tooltip": "Chance to Win in %",
"group": "Boss2"
},
"B2Win": {
"type": "numberbox",
"value": 5,
"label": "Win Points",
"tooltip": "Points that you gain for winning",
"group": "Boss2"
},
"B2WinText": {
"type": "textbox",
"value": "{0} naja immerhin hast du es versucht.. Hier hast du {1} {2}.",
"label": "Win Text",
"tooltip": "Text that will be posted after you win",
"group": "Boss2"
},
"B3Name": {
"type": "textbox",
"value": "OK",
"label": "Name",
"tooltip": "Name from the Boss",
"group": "Boss3"
},
"B3WinChance": {
"type": "numberbox",
"value": 100,
"label": "Win Chance",
"tooltip": "Chance to Win in %",
"group": "Boss3"
},
"B3Win": {
"type": "numberbox",
"value": 10,
"label": "Win Points",
"tooltip": "Points that you gain for winning",
"group": "Boss3"
},
"B3WinText": {
"type": "textbox",
"value": "{0} deine arbeit war ganz ok. Hier hast du {1} {2}.",
"label": "Win Text",
"tooltip": "Text that will be posted after you win",
"group": "Boss3"
},
"B4Name": {
"type": "textbox",
"value": "GoodWork",
"label": "Name",
"tooltip": "Name from the Boss",
"group": "Boss4"
},
"B4WinChance": {
"type": "numberbox",
"value": 100,
"label": "Win Chance",
"tooltip": "Chance to Win in %",
"group": "Boss4"
},
"B4Win": {
"type": "numberbox",
"value": 20,
"label": "Win Points",
"tooltip": "Points that you gain for winning",
"group": "Boss4"
},
"B4WinText": {
"type": "textbox",
"value": "{0} gute Arbeit! Hier hast du {1} {2}!",
"label": "Win Text",
"tooltip": "Text that will be posted after you win",
"group": "Boss4"
},
"B5Name": {
"type": "textbox",
"value": "WOW",
"label": "Name",
"tooltip": "Name from the Boss",
"group": "Boss5"
},
"B5WinChance": {
"type": "numberbox",
"value": 100,
"label": "Win Chance",
"tooltip": "Chance to Win in %",
"group": "Boss5"
},
"B5Win": {
"type": "numberbox",
"value": 80,
"label": "Win Points",
"tooltip": "Points that you gain for winning",
"group": "Boss5"
},
"B5WinText": {
"type": "textbox",
"value": "{0} sehr gute Arbeit! Hier hast du {1} {2}!",
"label": "Win Text",
"tooltip": "Text that will be posted after you win",
"group": "Boss5"
},
"BtnDefaults": {
"type": "button",
"label": "Restore Default Settings",
"tooltip": "Reset settings back to defaults.\r\nReload Scripts afterwards to see the changes in the user interface!",
"function": "SetDefaults",
"wsevent": "",
"group": ""
}
}