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
77 stars 47 forks source link

Players lose their items in the trade GUI #465

Closed siulung201314 closed 1 year ago

siulung201314 commented 1 year ago

Describe the bug Players lose their items in the trade GUI

To Reproduce Steps to reproduce the behavior:

  1. Players A's inventory is full.
  2. Player B trades with player A and they put some items in the trade GUI.
  3. When player A throws away some items from his inventory, some of the items in the trade GUI disappear.

Expected behavior The items should not disappear in the trade GUI

TradeSystem verison 2.3.2 Purpur-2011 (MC 1.20.1)

erikzimmermann commented 1 year ago

Unfortunately, I cannot reproduce this issue with latest paper as well as purpur-2011 and TradeSystem 2.3.2. Maybe, this is something relate to some other plugins you use?

siulung201314 commented 1 year ago

I am not sure what plugin may be related. I think the possbile related plugin is commandpanel because it is a plugin that can create gui. https://www.spigotmc.org/resources/commandpanels.67788/

erikzimmermann commented 1 year ago

This is caused by rebalancing the items. The players will find their items in their own inventory. I've sorted the order of moving items, so this should appear less random.