ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

Csn history calculation wrong #61

Closed x1p closed 2 years ago

x1p commented 2 years ago

CSN makes errors in calculation. There is a difference between the real sell in chestshop data and the data stored in csn's database.

Example: Seller makes a sign: 4 bone for $ 0.10 Someone buys it. Chesthop tells buyer: You bought 4 Bone from PlayerSeller for $ 0.10 CSN shows to seller: PlayerBuyer bought 4xBone 12s ago (+0.03) Screenshot 2022-01-30 172537

CSN build 54 Chestshop build 341 Paper 1.18.1

Phoenix616 commented 2 years ago

Did that change with the latest builds?

x1p commented 2 years ago

Yes csn build 53 works fine Running build 53 will not fix the old entries, because those wrong values are in the csn database stored. But new entries will be calculated correctly.