forked from masterking32/MCF_Hrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot_settings_types.json
71 lines (71 loc) · 1.77 KB
/
bot_settings_types.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
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"key": "auto_prediction",
"name": "Auto Get Prediction",
"type": "checkbox",
"default_value": "on",
"description": "Automatically get prediction?"
},
{
"key": "claim_daily_reward",
"name": "Claim Daily Reward",
"type": "checkbox",
"default_value": "on",
"description": "Automatically claim daily reward?"
},
{
"key": "claim_riddle",
"name": "Claim Riddle",
"type": "checkbox",
"default_value": "on",
"description": "Automatically claim riddle?"
},
{
"key": "auto_finish_tasks",
"name": "Auto Finish tasks",
"type": "checkbox",
"default_value": "on",
"description": "Automatically finish tasks when they are available?"
},
{
"key": "join_channels",
"name": "Join Channels",
"type": "checkbox",
"default_value": "off",
"description": "Automatically join channels to finish tasks?"
},
{
"key": "change_name",
"name": "Change Name Task",
"type": "checkbox",
"default_value": "on",
"description": "Automatically add Emoji to your name to finish the task"
},
{
"key": "delay_between_accounts",
"name": "Delay between accounts (seconds)",
"type": "range",
"default_value": 60,
"description": "How long to wait between accounts, in seconds.",
"min": 1,
"max": 1200
},
{
"key": "check_interval",
"name": "Check interval (seconds)",
"type": "number",
"default_value": 3600,
"description": "How often to login into accounts, in seconds.",
"min": 1800,
"max": 28800
},
{
"key": "max_threads",
"name": "Max Threads",
"type": "range",
"default_value": 5,
"description": "Maximum number of threads to use for checking groups of accounts based on their proxies.",
"min": 1,
"max": 15
}
]