Instantly synchronizes inventory, armor, potion effects, health, hunger, and experience between all players for a fully unified cooperative survival.
A Minecraft plugin that synchronizes inventory, armor, potion effects, health, hunger, and experience between all players in survival mode. Synchronization is instant and covers all possible changes. Includes admin commands and a public Java API for integration with other plugins.
plugins folderThe plugin works automatically after installation. No configuration needed!
/synchro enable — Enable synchronization/synchro disable — Disable synchronization/synchro sync — Force manual synchronization/synchro status — Show current sync statusOther plugins can use Synchro's API:
import org.redstone.SynchroAPI;
if (SynchroAPI.isSyncEnabled()) {
// Do something
}
SynchroAPI.setSyncEnabled(false);
SynchroAPI.manualSync();
Just add Synchro as a dependency in your build system.
If you encounter any issues or have suggestions, please create an issue on the Modrinth page.
This project is licensed under the MIT License - see the LICENSE file for details.