If you’re using this mod, it’s probably for the stock feature, so it means you’ll have the possibility to see what’s in each trader stock id.
In your DayZServer\profile\TraderPlus\TraderPlusDatabase, you should see a stock file for each id you set in TraderPlusIDsConfig.json. By default, they will be empty because my way of thinking is that it will be filled by the player.
In addition to that, you may already see a couple of lines in the stock regarding products with unlimited stock because when you enable the auto calculation in TraderPlusPriceConfig, it automatically adds them in the stock. If they aren’t added, that’s not bad. The player will be able to see that he can sell that product and then after the first sale it will be added to the stock.
If you want to add a stock for a couple of items here is how:
Keep in mind that the last value is the health of the product:
0: pristine
1: worn
2: damaged
3: badly damaged
Also, the stock value, the middle one, doesn't always mean it’s the quantity of the product. For example, here, the wolfsteakmeat is set at tradeqty = 0.75 in my price config, so each stock unit will give you or request that you have at least 75% of the quantity of the product.
Also, if you’re messing by hand with any of the stock files, keep in mind that the format is really important. You need to have EXACTLY one space between each variable, and you must make sure your json is valid. Again, use a json validator like https://jsonlint.com/?code= before coming to me saying you do not have anything in stock anymore.
Finally let’s talk briefly about the TraderPlusLogs