-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUI_Config.json
276 lines (276 loc) · 10.1 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
266
267
268
269
270
271
272
273
274
275
276
{
"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": "!bankrob",
"label": "Command Name",
"tooltip": "The command the bot will respond to",
"group": "General"
},
"JoinCommand": {
"type": "textbox",
"value": "!joinheist",
"label": "Command Name",
"tooltip": "The command to join the bankrob",
"group": "General"
},
"Cost": {
"type": "numberbox",
"label": "Cost",
"value": 100,
"tooltip": "Cost to use the command",
"group": "General"
},
"Chance": {
"type": "slider",
"label": "Chance",
"value": 2,
"min": 0,
"max": 10,
"ticks": 1,
"tooltip": "Chance to break into the bank account (0=0% 10=1%)",
"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"
},
"ActiveGameTime": {
"type": "numberbox",
"label": "Game time (seconds)",
"value": 60,
"tooltip": "Game time to join the heist (in seconds).",
"group": "Cooldown"
},
"Cooldown": {
"type": "numberbox",
"label": "Cooldown (seconds)",
"value": 60,
"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": 600,
"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"
},
"Protected": {
"type": "checkbox",
"value": true,
"label": "Caster cannot lose",
"tooltip": "If enabled viewers can't rob from the broadcaster",
"group": "Outcomes"
},
"Blacklist": {
"type": "textbox",
"value": "Streamlabs,Saltyrohrtopus,Nightbot,Anotherttvviewer,Soundalerts,Bebiyoda",
"label": "Blacklisted User",
"tooltip": "List Users that can not be robbed. Seperated with comma.",
"group": "Outcomes"
},
"BlacklistResponse": {
"type": "textbox",
"value": "{0} you can not bankrob {1}. User is blacklisted.",
"label": "Blacklist response",
"tooltip": "Message sent when the target is on blacklist \r\n {0} = user \r\n {1} = target",
"group": "Outcomes"
},
"Timeout": {
"type": "checkbox",
"value": false,
"label": "Timeout users who fail",
"tooltip": "If enabled viewers that tries to rob 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 rob",
"group": "Outcomes"
},
"ActiveGameResponse": {
"type": "textbox",
"value": "{0} the bankrob against {1} is currently active. Type {2} in the next {3} seconds to join the heist.",
"label": "Heist is active text",
"tooltip": "Text that will be shown when a heist is active",
"group": "Responses"
},
"StartMessage": {
"type": "textbox",
"value": "{0} started a bankrob against {1}! Type {2} to join the heist!",
"label": "Heist is active text",
"tooltip": "Text that will be shown when a heist is active",
"group": "Responses"
},
"NoActiveGameResponse": {
"type": "textbox",
"value": "{0} there is no bankrob currently active. Type {1} to begin da bankrob!",
"label": "No heist active lable",
"tooltip": "Message that will be send when no heist is active",
"group": "Responses"
},
"JoinedFightResponse": {
"type": "textbox",
"value": "{0} you joined the heist against {1}! Attendees: {2} - Win Chance {3} - Total Win Points {4} - Win Points per User {5}",
"label": "User joined heist text",
"tooltip": "Text that will be shown when a user joins the heist",
"group": "Responses"
},
"AlreadyJoinedFight": {
"type": "textbox",
"value": "{0} you already joined the heist!",
"label": "Already in heist text",
"tooltip": "Text that will be shown when a user enters a heist when he already joined",
"group": "Responses"
},
"NoTeammatesFound": {
"type": "textbox",
"value": "{0} tried to rob {1} {2} from {3}. But nobody wanted to join him and he got caught!",
"label": "Text that will be show when less than 2 people try a bankrob",
"tooltip": "Text that will be shown when only 1 person tried to bankrob",
"group": "Responses"
},
"WinResponse": {
"type": "textbox",
"value": "{0} managed to rob {1} {2} from {3}'s bank!",
"label": "Win response",
"tooltip": "Message sent when user wins \r\n {0} = user \r\n {1} = value won \r\n {2} = Currency name \r\n {3} = target",
"group": "Responses"
},
"LoseResponse": {
"type": "textbox",
"value": "{0} tried to bankrob all {1} from {2} but {0} got rekt and paided {2} for trying to bankrob him!",
"label": "Lose response",
"tooltip": "Message sent when user fails to defuse the bomb \r\n {0} = user \r\n {1} = currencyname \r\n {2} = target \r\n {3} = amount of currency stolen",
"group": "Responses"
},
"InfoResponse": {
"type": "textbox",
"value": "{0} you have to chose a target to try to bankrob from",
"label": "Info response",
"tooltip": "Message sent when user doesn't choose a target. \r\n{0} = user",
"group": "Responses"
},
"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 {2} = min Amount",
"group": "Responses"
},
"TargetNotEnoughResponse": {
"type": "textbox",
"value": "{0} the target {1} has not enough {2} to attempt this!",
"label": "Target not enough currency response",
"tooltip": "Message sent when target doesn't have enough points \r\n {0} = user \r\n {1} = target \r\n {2} = Currencyname",
"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"
},
"NotHereResponse": {
"type": "textbox",
"value": "{0} you can only bankrob from users who are currently in the viewerlist!",
"label": "Bad target",
"tooltip": "Message sent when user doesn't select a user that's currently in the viewerlist. \r\n {0} = user",
"group": "Responses"
},
"SelfRobResponse": {
"type": "textbox",
"value": "{0} you can not rob yourself!",
"label": "Self target",
"tooltip": "Message sent when user wants to rob himself #facepalm. \r\n {0} = user",
"group": "Responses"
},
"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": ""
}
}