Zaicon / InfiniteChestsV3

11 stars 16 forks source link

Item duplication #15

Open CansecoDev opened 3 years ago

CansecoDev commented 3 years ago

Description: Currently, there is an item duplication bug.

How to reproduce:

  1. Have two players and one item.
  2. Player 1; put the item into a chest and close the chest view.
  3. Player 2; open the chest view.
  4. Player 1; open the chest view.
  5. Player 1 and 2; take the item.
  6. Now there are 2 items.

Suggested solution: Use the already implemented "chest in use" game mechanic (the one with the opened chest animation) by using a real empty chest as "tunnel" to check if the chest is in use, then refuse access when it's in use.

TheBambino commented 3 years ago

Can confirm, this is an issue. A major reason I chose to not use this on my survival survivor. Not so much of an issue on my FB server.