MultiPaper / MultiPaper

Multi-server, single-world papermc implementation
https://multipaper.io/
GNU General Public License v3.0
1.21k stars 92 forks source link

Inventory issues #77

Closed TypicalShavonne closed 2 years ago

TypicalShavonne commented 2 years ago

How player inventories are handled on MultiPaper ?

KK964 commented 2 years ago

Player, and other Inventories are synced between servers.

TypicalShavonne commented 2 years ago

is it reliable ?

TypicalShavonne commented 2 years ago

Player, and other Inventories are synced between servers.

i wanted to use MySqlDataBridge

KK964 commented 2 years ago

is it reliable ?

I have found it to be quite reliable. Issues found with it have been patched pretty quickly.

i wanted to use MySqlDataBridge

I believe that all inventory syncing happens through the MultiPaper server itself, and not handled on an external database. But I think that MySqlDataBridge can still be used on top of the built in syncing for things like economy, and other plugin data. I am not sure what would happen if an external plugin were to also handle inventory syncing, but theoretically, it should still work; I would recommend testing on a test server to ensure it fully works.

PureGero commented 2 years ago

Closing due to inactivity