YiC200333 / XConomy

An economy plugin that supports data synchronization between multiple servers
GNU General Public License v3.0
95 stars 33 forks source link

Question about bungee sync: I have an Auction House plugin, what will happen if the player sells something while offline? #52

Closed j-lorenzo closed 2 years ago

j-lorenzo commented 2 years ago

Question about bungee sync: I have an Auction House plugin, what will happen if the player sells something while offline?

image

On the other hand, what features does the fact that it has bungee compatibility provide? When writing to database it should apply when changing server, right?

Thank you :)

YiC200333 commented 2 years ago

If the player sells something while offline when enable BC mode, XConomy will return EconomyResponse.ResponseType.FAILURE, like insufficient balance

YiC200333 commented 2 years ago

Or disable caching, you can ignore this