-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
58 lines (56 loc) · 1.18 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
{
"webhook": {
"enabled": false,
"url": ""
},
"blankstuff": {
"token": "",
"free_limited": false,
"paid_limited": false,
"use_auto_search": false,
"real_time_id_update": false
},
"items": {
"start": null,
"item_list": [
{
"id": "13394289606",
"max_price": 0,
"max_buys": 10
}
]
},
"accounts": [
{
"cookie": ""
}
],
"rooms": {
"enabled": false,
"username": "No Name",
"room_code": "",
"item_setup": {
"max_price": null,
"max_buys": null
}
},
"proxy": {
"enabled": false,
"timeout_ms": 10000,
"proxy_list": "proxies.txt",
"authentication": {
"enabled": true,
"username": "",
"password": ""
}
},
"theme": {
"name": "main_theme",
"wait_time": 1
},
"discord": {
"enabled": false,
"prefix": "$",
"token": "MTEwMTE1Njk4NzY3ODUxMTIwNQ.GnweEB.edJomTn-S4QeXA0ea3TAgW-UjQ-dnP4HZjvgT4"
}
}