-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.json
107 lines (107 loc) · 2.03 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
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
102
103
104
105
106
107
{
"playInDms": true,
"discordStatus": "invisible",
"password": "password",
"loginDelay": 1500,
"commands": [
{
"command": "beg",
"cooldown": 50000
},
{
"command": "fish",
"cooldown": 40000
},
{
"command": "hunt",
"cooldown": 40000
},
{
"command": "search",
"cooldown": 30000
},
{
"command": "dig",
"cooldown": 40000
},
{
"command": "crime",
"cooldown": 50000
},
{
"command": "highlow",
"cooldown": 30000
},
{
"command": "postmemes",
"cooldown": 30000
},
{
"command": "stream",
"cooldown": 350000
}
],
"autoAdventure": true,
"adventure": "west",
"autoApple": true,
"autoDaily": true,
"autoHorseshoe": true,
"postMemesPlatforms": ["tiktok", "facebook"],
"streamGame": "",
"devMode": false,
"webhookLogging": false,
"webhook": "",
"autoVote": true,
"triviaOdds": 0.95,
"autoDeposit": true,
"autoFishingBait": false,
"autoAmmo": false,
"searchLocations": [],
"crimeLocations": [],
"autoBuy": true,
"serverEventsDonate": {
"enabled": false,
"blacklist": [
"Apple",
"Lucky Horseshoe",
"Hunting Rifle",
"Fishing Pole",
"Shovel",
"Trivia Trophy",
"Adventure Ticket",
"Mouse",
"Keyboard",
"Birthday Cake",
"Pink Plastic Bits"
],
"mainUserId": "user id of main token",
"payoutOnlyMode": false,
"tokenWhichWillPayout": "token of an alt",
"payoutChannelID": "channel id to payout",
"payout":true
},
"cooldowns": {
"buttonClickDelay": {
"minDelay": 500,
"maxDelay": 700
},
"triviaCooldown": {
"minDelay": 800,
"maxDelay": 1250
},
"shortBreak": {
"minDelay": 45000,
"maxDelay": 75000,
"frequency": 0.0075
},
"longBreak": {
"minDelay": 125000,
"maxDelay": 175000,
"frequency": 0.00025
},
"commandInterval": {
"minDelay": 1500,
"maxDelay": 3000
}
}
}