A Paper plugin that synchronizes player data between teammates in real time. Form a team, toggle what syncs, and play as one.
- Inventory Sync — shared hotbar, armor, and off-hand
- Health Sync — take damage together, heal together
- Hunger Sync — food level, saturation, and exhaustion
- XP Sync — levels and experience points
- Potion Effects Sync — active effects propagate across the team
- Ender Chest Sync — shared ender chest contents
- Position Sync — optional teleportation to teammates
- Totem of Undying — configurable sync shielding on totem activation
- Tablist Colors — teammates are color-coded in the player list
- In-game Config GUI — toggle sync options per-team through a chest UI
All sync types are individually toggleable per team via the GUI or config defaults.
| Command | Description |
|---|---|
/sync join <player> |
Invite a player or accept their invite |
/sync start |
Open the sync configuration GUI |
/sync info |
Show team members and toggle status |
/sync kick <player> |
Kick a player from the team (leader only) |
/sync leave |
Leave your sync team |
/sync disband |
Disband the team (leader only) |
# config.yml
defaults:
inventory-sync: true
health-sync: true
hunger-sync: true
xp-sync: true
potion-effects-sync: true
ender-chest-sync: true
position-sync: false
sync-totem-effects: false- Paper 1.21+
- Java 21+
./gradlew buildThe plugin JAR will be in build/libs/.
All rights reserved.