forked from snappiee/Donkzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
111 lines (111 loc) · 2.14 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
108
109
110
111
{
"commands": [
{
"command": "beg",
"cooldown": 50000
},
{
"command": "hunt",
"cooldown": 40000
},
{ "command": "giveaway view",
"cooldown": 30000
},
{
"command": "search",
"cooldown": 30000
},
{
"command": "dig",
"cooldown": 40000
},
{
"command": "crime",
"cooldown": 50000
},
{
"command": "highlow",
"cooldown": 30000
},
{
"command": "postmemes",
"cooldown": 30000
},
{
"command": "stream",
"cooldown": 350000
}
],
"prefix": "$",
"autodeposit": true,
"mainUserID": "DUMBDANKDEVS",
"flowChecking": false,
"flowID": "DUMBFLOWID",
"flowMode": false,
"discordStatus": "invisible",
"loginDelay": 1500,
"autoAdventure": true,
"autoWork": true,
"autoScratch": true,
"adventure": "west",
"autoApple": true,
"autoPizza": true,
"RemoveAppleWhenUse": false,
"autoDaily": true,
"autoHorseshoe": true,
"postMemesPlatforms": ["tiktok", "discord", "reddit", "twitter", "facebook"],
"streamGame": "",
"devMode": true,
"webhookLogging": true,
"webhook": "DUMBDANKDEVS",
"autoBuy": true,
"triviaOdds": 0.65,
"autoAmmo": false,
"searchLocations": [],
"crimeLocations": [],
"serverEventsDonate": {
"enabled": false,
"blacklist": [
"Apple",
"Lucky Horseshoe",
"Hunting Rifle",
"Fishing Pole",
"Shovel",
"Trivia Trophy",
"Adventure Ticket",
"Mouse",
"Keyboard",
"Birthday Cake",
"Pink Plastic Bits"
],
"mainUserId": "",
"payoutOnlyMode": false,
"tokenWhichWillPayout": "",
"payoutChannelID": "",
"payout": false
},
"cooldowns": {
"buttonClickDelay": {
"minDelay": 500,
"maxDelay": 700
},
"triviaCooldown": {
"minDelay": 800,
"maxDelay": 1250
},
"shortBreak": {
"minDelay": 45000,
"maxDelay": 75000,
"frequency": 0.0002
},
"longBreak": {
"minDelay": 1250000,
"maxDelay": 1750000,
"frequency": 0.00002
},
"commandInterval": {
"minDelay": 2000,
"maxDelay": 4000
}
}
}