This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
108 lines (108 loc) · 2.15 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
{
"page": {
"autoOpen": true
},
"nec": {
"threadsToUse/speed": 8,
"ign": false,
"minSnipeProfit": 100000,
"minCraftProfit": 1000000,
"minSnipePP": 8,
"minCraftPP": 8,
"maxAvgLbinDiff": 0.35,
"rawCraftMaxWeightPP": 0.4,
"ignoreCategories": {
"weapon": false,
"accessories": true,
"armor": false,
"misc": false,
"blocks": false,
"consumables": true
},
"minSales": 4,
"includeCraftCost": true,
"minPriceForRawcraft": 5000000
},
"webhook": {
"useWebhook": false,
"discordWebhookUrl": "",
"webhookName": "2Lazy2Flip",
"webhookPFP": "https://repository-images.githubusercontent.com/427746896/c6d33e7c-4be2-4d21-8454-2a39c5dca4ab"
},
"filters": {
"rawCraftIgnoreEnchants": {
"WITHER_": {
"growth": 6,
"protection": 6
},
"SHADOW_ASSASSIN": {
"growth": 6,
"protection": 6
},
"NECROMANCER": {
"growth": 6,
"protection": 6
},
"SHREDDED": {
"ultimate_soul_eater": 5
},
"GOLD_": {
"growth": 6,
"protection": 6
}
},
"googEnchants": {
"giant_killer": 6,
"growth": 6,
"power": 6,
"protection": 6,
"sharpness": 6,
"ender_slayer": 6,
"smite": 6,
"critical": 6,
"bane_of arthropods": 6,
"vampirism": 6,
"luck": 6,
"syphon": 4,
"ultimate_soul_eater": 3,
"ultimate_wise": 4,
"ultimate_wisdom": 4,
"ultimate_legion": 3
},
"nameFilter": [
"SALMON",
"PERFECT",
"BEASTMASTER",
"MASTER_SKULL",
"BLAZE",
"TITANIUM",
"SUPER_HEAVY",
"WAND_OF",
"FARM_ARMOR",
"PURE_MITHRIL",
"STEEL_CHESTPLATE",
"MIDAS",
"TRIBAL_SPEAR",
"POWER_SCROLL",
"_TRAVEL_SCROLL",
"ARTISINAL",
"ZOMBIE",
"CRYPT",
"SOULSTEALER",
"GUN",
"SPIRIT_DECOY",
"EXP",
"PET_SKIN",
"SEEKER",
"MOSQUITO",
"REVELATION",
"FRAGMENT",
"RECALL",
"HEAT_CORE",
"DIVER",
"SPONGE",
"CREEPER",
"CAKE_SOUL"
]
}
}