`Shared Party is a Forge mod that links every player on the server to one global survival state.
What is shared:
- Full inventory (hotbar, main inventory, armor, offhand)
- Health
- Hunger and saturation
- Experience (XP total/level/progress)
How it works:
- Any inventory change made by one player is applied to the global inventory and synced to everyone.
- Any damage/healing, food change, or XP gain/loss is mirrored for all players.
- Conflict handling uses server order: if two players try to consume the same last item at the same time, only the first valid action succeeds.
- If shared health reaches 0, a global death is triggered.
Global death behavior:
- All players die together.
- A single global item drop and a single global XP drop are created at the trigger player position.
- State resets after respawn and syncs back to all players.
Commands (OP level):
- /sharedparty status
- /sharedparty reset
- /sharedparty resync
Supported files:
- Forge 1.20.x build
- Forge 1.21.x build
Notes:
- Designed for cooperative/challenge multiplayer gameplay.
- Recommended for dedicated servers.
- Back up your world before first use.`