-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUI_Config.json
40 lines (40 loc) · 1.06 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
{
"output_file": "DiceRollerConfig.json",
"openReadMe": {
"type": "button",
"label": "Open Readme.txt",
"tooltip": "Opens the 'Readme.txt' for this script.",
"function": "OpenReadMe",
"wsevent": "",
"group": ""
},
"command": {
"type": "textbox",
"value": "!roll",
"label": "Command",
"tooltip": "Name of the Command",
"group": ""
},
"permission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator"],
"label": "Permission level",
"tooltip": "Set the permission level for the command",
"group": ""
},
"cooldown": {
"type":"numberbox",
"label":"Cooldown (seconds)",
"value":2,
"tooltip":"Cooldown in seconds",
"group":"Cooldown"
},
"user_cooldown": {
"type":"numberbox",
"label":"User cooldown (seconds)",
"value":3,
"tooltip":"User cooldown in seconds",
"group":"Cooldown"
}
}