-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
73 lines (73 loc) · 1.53 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
{
"minecraft": {
"emails": ""
},
"page": {
"port": 80,
"enabled": true,
"password": ""
},
"webhook": {
"webhook_url": ""
},
"bed_flips": {
"spam_buy_delay": 5,
"pre_bed_spam": 1200,
"skip_enabled": true
},
"actions": {
"duration": "48h",
"use_expensive_item_duration_min": 50000000,
"expensive_item_duration": "48h",
"claim_all": true,
"save_queue": true,
"round_prices": true,
"round_to": 100000
},
"flips": {
"min_profit": 2500000,
"min_profit_percentage": 10,
"sell_overflow_multiplier": 1.25,
"sell_overflow_base": 1000000000,
"min_volume": 15,
"sort_flips": "descending",
"disable_auto_relist": [
"HYPERION",
"DARK_CLAYMORE",
"TERMINATOR",
"PET_GOLDEN_DRAGON_LEGENDARY",
"SCYLLA",
"ASTRAEA",
"VALKYRIE",
"DIVAN_BOOTS",
"DIVAN_LEGGINGS",
"DIVAN_CHESTPLATE",
"DIVAN_HELMET",
"DIVAN_DRILL",
"HELLFIRE_ROD",
"GEMSTONE_GAUNTLET",
"TITANIUM_DRILL_4"
],
"disable_auto_relist_attributes": [
"ultimate_chimera:1",
"ultimate_chimera:2",
"ultimate_chimera:3",
"ultimate_chimera:4",
"ultimate_chimera:5"
]
},
"api": {
"binmaster_key": "",
"hypixel_api_key": "",
"manually_set_coop_count": -1
},
"logger": {
"colorfulLog": true,
"logDate": true,
"logChat": true,
"logConsole": true,
"prefix": "Godflipper >",
"replaceString": "%USERNAME%",
"replaceWith": "discord.gg/Godflipper"
}
}