hypixel-auction-notifier/config.json

103 lines
1.9 KiB
JSON
Raw Normal View History

2022-08-06 19:02:15 +02:00
{
"data": {
"thread_count/speed": 48,
2022-08-06 19:02:15 +02:00
2024-06-05 23:01:49 +02:00
"minSnipeProfit": 900000,
"minAvgProfit": 500000,
"minCraftProfit": 500000,
2022-08-06 19:02:15 +02:00
2024-06-05 23:01:49 +02:00
"maxAvgLbinDiff": 3.0,
2022-08-06 19:02:15 +02:00
"rawCraftMaxWeightPP": 0.4,
"minSnipePP": 8,
"minCraftPP": 8,
"ignoreCategories": {
"weapon": false,
"accessories": true,
"armor": false,
"misc": false,
"blocks": false,
"consumables": true
},
"minSales": 4,
"includeCraftCost": true,
"minPriceForRawcraft": 5000000
},
"filters": {
"EnchantThresholdConditionalBypass": {
2022-08-06 19:02:15 +02:00
"WITHER_": {
"growth": 6,
"protection": 6
},
"SHADOW_ASSASSIN": {
"growth": 6,
"protection": 6
},
"NECROMANCER": {
"growth": 4,
2022-08-06 19:02:15 +02:00
"protection": 6
},
"SHREDDED": {
"ultimate_soul_eater": 5
},
"GOLD_": {
"growth": 6,
"protection": 6
}
},
"EnchantThreshold": {
2022-08-06 19:02:15 +02:00
"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": 6,
"ultimate_wise": 5,
"ultimate_wisdom": 5,
2022-08-06 19:02:15 +02:00
"ultimate_legion": 3
},
"itemIDExclusions": [
2022-08-06 19:02:15 +02:00
"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"
]
}
}