The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Live Flea Prices

Live Flea Prices 1.4.0

Created by DrakiaXYZ

142.3K Downloads

SPT 3.10.5 Compatible

Keep your flea prices up to date with data processed from Tarkov.dev

A very simple mod that pulls live flea data from a GitHub mirror of processed Tarkov.dev flea data, this mirror is updated once an hour. The mod will re-download the flea data every hour while your server is active, or if it's been over an hour since the last update when you launch your server.

The flea prices are processed using approximately the same method as SPT utilizes for flea prices, just updated every hour.

Installation

1) Open the downloaded zip file in 7-zip

2) Select the folder in the zip file in 7-zip

3) Drag the selected folder from 7-zip into your SPT folder

Demonstration Video:

wMIskD3.gif

Configuration

Configuration is handled via the config/config.json and config/blacklist.json files

config/config.json:

- maxIncreaseMult - This is used to provide a multiplier above SPTs base flea price that an item is allowed to go (Default: 10, meaning prices are capped at 10x the base SPT flea price)

- pvePrices - Whether to enable PvE prices instead of PvP prices (Default: false)

- nextUpdate - This can be ignored and is just used for keeping track of when the plugin should next pull an updated price file

config/blacklist.json:

The blacklist.json file is just an array of item IDs to exclude from Live Flea Prices. You can find item IDs using https://db.sp-tarkov.com/

If you enjoy my work, you can feed my caffeine addiction

Version 1.4.0

22.5K Downloads

SPT 3.10.5 Virus Total Results
Created Dec 18th, 2024 Updated Dec 18th, 2024

Update for 3.10

- New config option "debug" to enable debug logging

- New config option "maxLimiter" to enable maxIncreastMult

Version 1.3.1

22.5K Downloads

SPT 3.10.5 Virus Total Results
Created Sep 10th, 2024 Updated Sep 10th, 2024

The mod folder name has been changed, DELETE ANY PREVIOUS DrakiaXYZ-LiveFleaPrices folder from user/mods/ prior to installing 1.3.1 or later

  • Rename mod directory to zzDrakiaXYZ-LiveFleaPrices to make sure we load after custom traders
Version 1.3.0

836 Downloads

SPT 3.10.5 Virus Total Results
Created Sep 10th, 2024 Updated Sep 10th, 2024
  • Allow switching to PvE prices by setting pvePrices to true in config.json
  • Make sure flea prices are never below vendor prices if useTraderPriceForOffersIfHigher is enabled in SPT settings
    • Resolves the inability to sell keycards at the average price shown in the flea UI
  • Switch to using 24-hour average from Tarkov.dev instead of trying to build from historic prices, as the historic prices API has been unstable recently
  • Price update schedule has been lowered to every 6 hours, as we're using the less precise 24-hour average
Version 1.2.0

30.2K Downloads

SPT 3.10.5 Virus Total Results
Created Jul 6th, 2024 Updated Jul 6th, 2024
  • Update for 3.9.0
  • Add blacklist support, thanks @Rsslone !
Version 1.1.1

31.9K Downloads

SPT 3.10.5 Virus Total Results
Created Apr 18th, 2024 Updated Apr 18th, 2024
  • Properly refresh the ragfair price service cache on price update
  • Better handling of original prices for overprice checks
Version 1.1.0

8.5K Downloads

SPT 3.10.5 Virus Total Results
Created Apr 1st, 2024 Updated Apr 1st, 2024
  • Update for 3.8.0
Version 1.0.1

17.1K Downloads

SPT 3.10.5 Virus Total Results
Created Dec 27th, 6:12 PM Updated Dec 27th, 6:12 PM
  • Make sure we don't set the price of non-existing items
  • Allow capping item prices, for when live flea goes crazy. Default to 10x base flea price

New setting in config/config.json, "maxIncreaseMult". This is the maximum multiplier that can be applied to the base flea price of an item. Default: 10

For example, if the backend has calculated live has a flea price of 500,000 for an item with a base SPT flea price of 10,000, the new price will be capped at 100,000 by default.

Version 1.0.0

8.8K Downloads

SPT 3.10.5 Virus Total Results
Created Oct 27th, 2023 Updated Oct 27th, 2023

Not quite yet...