Inventory sharing between servers (Rust)
Basically the title. There is a plugin on another site that allows BP sharing across servers using a mysql db, is there anything like this for items in inventory/equipped? 
A use case would be a player on Server1 finding quest directions to Server2, the player can do a chat command like "/preptransport", disconnect from the Server1 and when connected to Server2 whatever was in their inventory in Server1 is equipped.

If that's not possible, maybe a player looks at a box on Server1 and does a chat command "/magicbox", inserts items, connects to Server2, looks at a box and does a chat command "/magicbox" to receive items previously deposited. Once the items are replicated to Server2, the plugin wipes the db entries so the player can't dupe items, and you can't send and receive to the same server.
That totaly possible using mysql database, give me few days, and i'll do it.
5b8a8f0aec838.jpg sami37
That totaly possible using mysql database, give me few days, and i'll do it.
Very cool if you can pull it off, happy holidays
I am pretty done with the plugin, just have to do the inventory clean part and full test.