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.
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.