⚖️How we provide reliability

The biggest issue with trade plugins is dupe bugs

We understood this difficulty and I started working on the plugin keeping in mind that it should've been designed to have as little as possible ways to produce instabilities

We adopted 2 measures to counteract dupes:

  1. Trade is divided into 3 statuses/phases: REFUTED, CONFIRMED and RETRIEVE Those 3 phases lock the player and the trade items to prevent duping by clicking, double-clicking, drag-clicking, and all the things

  2. I'm using a plugin to test RedisTrade under stress conditions and on particular cases. The code of TradeIntegrity will be open source and released soon, so you can download it and test RedisTrade by yourself

RedisTrade is robust, efficiently managing disruptions to the Redis cache connection. It can also withstand server crashes, utilizing a query system to monitor all active trades within the network.

Last updated