-
Notifications
You must be signed in to change notification settings - Fork 0
/
UI_Config.json
47 lines (45 loc) · 1.33 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
{
"output_file": "settings.json",
"OnlyLive": {
"type": "checkbox",
"value": true,
"label": "Only when live",
"tooltip": "Command is only active when stream is live",
"group": "General"
},
"Payout": {
"type": "numberbox",
"value": 30,
"label": "Payout",
"tooltip": "How many points to give to the user who does what Simon Says",
"group": "General"
},
"MinDelay": {
"type": "numberbox",
"value": 300,
"label": "Minimum delay (seconds)",
"tooltip": "Simon Says will happen after more than this many seconds",
"group": "General"
},
"MaxDelay": {
"type": "numberbox",
"value": 600,
"label": "Maximum delay (seconds)",
"tooltip": "Simon Says will happen after less than this many seconds",
"group": "General"
},
"SimonSays": {
"type": "textbox",
"value": "Simon Says be the first to send \" {0} \" in chat and win {1} {2}",
"label": "Simon Says message",
"tooltip": " {0} = Word \r\n {1} = payout \r\n {2} = currency name",
"group": "General"
},
"WinResponse": {
"type": "textbox",
"value": "{0} did what Simon Said, and won {1} {2}",
"label": "Success message",
"tooltip": " {0} = user \r\n {1} = payout \r\n {2} = currency name",
"group": "General"
},
}