-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUI_Config.json
More file actions
27 lines (27 loc) · 767 Bytes
/
UI_Config.json
File metadata and controls
27 lines (27 loc) · 767 Bytes
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
{
"output_file": "Settings/settings.json",
"Command": {
"type": "textbox",
"value": "!beer",
"label": "Command",
"tooltip": "The command that will be responded to.",
"group": "SendBeer"
},
"Cooldown": {
"type": "slider",
"value": 4,
"min": 1,
"max": 100,
"ticks": 1,
"label": "Cooldown (seconds)",
"tooltip": "How long the command should go on cooldown for",
"group": "SendBeer"
},
"Response": {
"type": "textbox",
"value": "Free beer for $randomuser - that's the $personalbeercount already!",
"label": "Response",
"tooltip": "The message that will be sent to chat when using the command.",
"group": "SendBeer"
}
}