
 
 
 This plugin was designed to share players' inventory items, as well as their ender chest and potion effects, across servers via MySQL.
 
 
 - Easily configurable
- Enable or disable sharing features as needed
- Whitelist for specific worlds
 Installation and Configuration⚙️
 
 - To install EasyDataBridge, download the file and add it to all the servers where you want to share inventory data.
- Start the server so the plugin can generate the file below, then stop the server.
 
  
  
   Code (Text):
  
 
  
   mysql:
   
   database: database
   
   password: passoword
   
   user: root
   
   host: localhost
   
   port: 3306
  
 
  
 
 
 - Fill it in correctly with your database information and start the server again.
- Done!
Make sure all servers are connected to the same database and that all other settings are configured correctly. It’s important that all config.yml files have identical sharing configurations.
 
 
 Attention⚠️
 
 - EasyDataBridge may encounter issues if your server or database is not shut down properly (e.g., server crashes). We recommend using an inventory backup plugin (such as Inventory Rollback Plus). To minimize such problems, EasyDataBridge updates database information every 5 minutes (this interval can be adjusted in config.yml).
 
 
- Ensure all worlds managed by EasyDataBridge are configured correctly to avoid conflicts with other plugins.
 
 
- Use a reliable database, as the plugin may not function properly if the database is unstable.
 Discord
 
 Join our Discord server, ask your questions, and chat with the team.
 
 If the plugin encounters any issues, contact us via Discord.
 
 
  