From 17c87d3b3e42dbdf16a30728f26eea061747a5c9 Mon Sep 17 00:00:00 2001 From: MashClashXD <128634369+MashClashXD@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:01:49 -0400 Subject: [PATCH] Add minAvgProfit value --- config.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 7550460..356539f 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,12 @@ { "data": { - "threadsToUse/speed": 64, + "threadsToUse/speed": 48, - "minSnipeProfit": 100000, - "minCraftProfit": 100000, + "minSnipeProfit": 900000, + "minAvgProfit": 500000, + "minCraftProfit": 500000, - "maxAvgLbinDiff": 0.35, + "maxAvgLbinDiff": 3.0, "rawCraftMaxWeightPP": 0.4, "minSnipePP": 8, "minCraftPP": 8, @@ -23,7 +24,7 @@ "minPriceForRawcraft": 5000000 }, "webhook": { - "discordWebhookUrl": "WEBHOOK_URL", + "discordWebhookUrl": "https://discord.com/api/webhooks/1247453631180177440/BnmEefyc08UvnL6HH8zEctdzFMLc3dpSgpoHCXpE12k1dd1KS49bEyibJG5BGCWklqqG", "webhookName": "Flipper", "webhookPFP": "https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096" },