File Details
sharedlives-1.20.1-1.0.0.jar
- R
- Apr 12, 2026
- 10.37 KB
- 7
- 1.20.1
- Forge
File Name
playersync-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[1.0.0] — Initial Release
Added
- Health synchronization across all online players — damage, healing, and death are propagated in real time.
- When a player dies, all players die and all inventories are cleared.
- Hunger synchronization via tick-based delta propagation.
- Health and hunger are synced to the group when a player joins the server.
- Hurt animation and hurt sound played on synced players when damage is received.
- Action bar notification showing which player took damage and how many hearts were lost.
- Server-side config (
playersync-server.toml):- Toggle health sync (
syncHealth) - Toggle hunger sync (
syncHunger) - Exclude specific players by username (
excludedPlayers) - Toggle action bar messages (
showActionBar) - Customizable message format with
{player}and{amount}placeholders and&color codes
- Toggle health sync (

