-
Notifications
You must be signed in to change notification settings - Fork 0
/
bot_settings_types.json
101 lines (99 loc) · 2.83 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"key": "auto_claim",
"name": "Auto Claim",
"type": "checkbox",
"default_value": "on",
"description": "Automatically claims rewards from farming when available."
},
{
"key": "auto_repaint",
"name": "Auto Repaint",
"type": "checkbox",
"default_value": "on",
"description": "Automatically repaint when available."
},
{
"key": "auto_finish_tasks",
"name": "Auto Finish Tasks",
"type": "checkbox",
"default_value": "on",
"description": "Automatically finishes tasks when available."
},
{
"key": "auto_join_channels",
"name": "Auto Join Channels",
"type": "checkbox",
"default_value": "on",
"description": "Automatically joins channels to finish tasks."
},
{
"key": "auto_upgrade_paint_reward",
"name": "Auto Upgrade Paint Reward",
"type": "checkbox",
"default_value": "on",
"description": "Automatically upgrades paint reward when available."
},
{
"key": "auto_upgrade_recharge_speed",
"name": "Auto Upgrade Recharge Speed",
"type": "checkbox",
"default_value": "on",
"description": "Automatically upgrades recharge speed when available."
},
{
"key": "auto_upgrade_energy_limit",
"name": "Auto Upgrade Energy Limit",
"type": "checkbox",
"default_value": "on",
"description": "Automatically upgrades energy limit when available."
},
{
"key": "auto_join_squad",
"name": "Auto Join Squad",
"type": "checkbox",
"default_value": "on",
"description": "Automatically joins a squad, If you are not in one."
},
{
"key": "auto_finish_secret_mission",
"name": "Auto Finish Secret Mission",
"type": "checkbox",
"default_value": "on",
"description": "Automatically finishes secret mission when available."
},
{
"key": "ignore_select_template",
"name": "Select Template for New Accounts",
"type": "checkbox",
"default_value": "on",
"description": "It is not safe to enable this option. By enabling this option, the bot will select a random template for new accounts. Selecting a template is not available for all accounts at this moment."
},
{
"key": "check_interval",
"name": "Check interval (seconds)",
"type": "number",
"default_value": 3600,
"description": "How often to login into accounts, in seconds.",
"min": 600,
"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
},
{
"key": "referral_token",
"name": "Referral Token",
"type": "text",
"placeholder": "f95736407",
"default_value": "",
"required": false,
"description": "Put your referral token here. It's just your ID. Format: f95736407"
}
]