-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUI_Config.json
More file actions
75 lines (75 loc) · 2.44 KB
/
UI_Config.json
File metadata and controls
75 lines (75 loc) · 2.44 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"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": "!bingo",
"label": "Command",
"tooltip": "Currently useless. For future use.",
"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 to join",
"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"
},
"StartPerm": {
"type": "dropdown",
"value": "Caster",
"items": ["Everyone","Regular","Subscriber","GameWisp Subscriber","User_Specific","Min_Rank","Min_Points","Min_Hours","Moderator","Editor","Caster"],
"label": "Start Permission level",
"tooltip": "Set the permission level to start the game",
"group": "General"
},
"StartPermInfo": {
"type": "textbox",
"value": "",
"label": "Start Permission level info",
"tooltip": "Set the user, rank or tier for permission to start",
"group": "General"
},
"Payout": {
"type": "numberbox",
"value": 30,
"label": "Payout",
"tooltip": "How many points to give to the user who gets the secret word",
"group": "General"
},
"Streamer": {
"type": "textbox",
"value": "",
"label": "Streamer Name",
"tooltip": "Bot will whisper you the chosen emote. DO NOT KEEP EMPTY",
"group": "General"
},
"BaseResponse": {
"type": "textbox",
"value": "{0} has guessed the secret emote. The emote was {1}. {0} has won {2} {3}. Total time: {4} seconds, or {5} minutes",
"label": "Success message",
"tooltip": " {0} = user \r\n {1} = winning emote \r\n {2} = payout \r\n {3} = currency name",
"group": "General"
},
"Start": {
"type": "textbox",
"value": "Bingo has started. Send emotes (one per message) and guess the emote.",
"label": "Start message",
"tooltip": "The message to appear when bingo starts",
"group": "General"
},
}