erikzimmermann / TradeSystem

A highly customizable, free and open-source Minecraft plugin for trading between players.
https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/
MIT License
80 stars 48 forks source link

TradeSystem/TradeLog - Show how many coins/tokens/etc. has been offered #555

Closed UnitedCraft closed 1 month ago

UnitedCraft commented 3 months ago

TradeSystem / TradeLog in console Adding logging of information to the console how many coins / tokens were offered on both sides, not just the change after the trade is completed.

[17:52:46 INFO]: TradeLog [player1, player2] player1 offered Tokens: -1
[17:52:46 INFO]: TradeLog [player1, player2] player2 received Tokens: 1
[17:52:46 INFO]: TradeLog [player1, player2] Trade finished

And one offered 11 tokens and the second one offered 10 tokens, but in console shows -1 and 1. But also it should show that player 1 offered 10 tokens and player 2 11 tokens.