🔐 Safe Trading Between Players

On all game modes of the project, a trade system is available that allows you to easily and safely exchange items and currency between players, minimizing the risk of scams.

📌 How to Offer a Trade

To propose a deal to another player, use the command:

/trade <nickname> For example: /trade Stive

After that, the player will receive a message with the trade offer. To accept, they must enter:
/trade accept

In the Java version, you can simply click the message to accept the trade.

🧾 Trade Interface

Once the offer is accepted, both players will see the trade menu:

  • Each player places their items on their own side of the window.
  • By clicking on the gold nugget, you can offer in-game currency instead of items.
  • Both players must then click the block next to the nugget to confirm the deal.
  • A countdown will start, and after it finishes, the exchange will be completed.

This mechanism ensures transparency and security during trades.