-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
42 lines (42 loc) · 1.05 KB
/
data.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"someText": "Default text",
"someTextField": "Default other text",
"someColor": "#ff0000",
"someColorPicker": "#0000FF",
"someNumber": 10,
"someSlider": 10,
"something": "blue",
"someFinal": "Default other text",
"minTime": 820,
"maxTime": 12000,
"resetTimer": false,
"followSeconds": 0,
"sub1Seconds": 180,
"sub2Seconds": 600,
"sub3Seconds": 1200,
"cheerSeconds": 180,
"cheerMin": 10,
"tipSeconds": 180,
"tipMin": 1,
"hostSeconds": 0,
"hostMin": 100,
"raidSeconds": -0.01,
"raidMin": 100,
"textAlign": "left",
"fontName": "Montserrat",
"fontSize": 24,
"fontWeight": "400",
"fontColor": "rgba(255,255,255,1)",
"strokeColor": "rgba(255,0,0,0)",
"strokeSize": 2,
"addOnZero": "wait",
"onComplete": "",
"reset": "Reset timer",
"preserveTime": "save",
"addTime": "Add 60s",
"addTimeCommand": "!addtime",
"managePermissions": "mods",
"additionalUsers": "userA,userB",
"merchSeconds": 0,
"pauseTimer": "Pause/Resume"
}