Health-Sync -- Link hearts, hunger, and effects with your entire squad! Damage is shared instantly—if one takes damage, everyone feels it. The ultimate Health Share plugin for cooperative survival and hardcore challenges.
HealthSync is a comprehensive Minecraft plugin that transforms cooperative gameplay by allowing players to link their vital stats—Health, Hunger, and Effects—into a unified "Group" system. Damage taken by one is shared by all. If one eats, everyone is fed. Survival becomes a true team effort.
/linkhealth <player> which expire automatically after 60 seconds if ignored./healthsync) to manage members, kick players, or leave groups.HealthSync.jar file.plugins folder.config.yml to your liking (optional).The config.yml allows deep customization of the sync mechanics:
settings:
# Health sync settings
link-hunger: true
persistent-groups: true
group-death-sync: true
remove-on-disconnect: false
save-interval: 60 # In seconds (1 minute)
# Maximum number of players that can be linked together
max-linked-players: 5
# Allow OPs to override player bypass permissions when inviting
ops-override-bypass: true
# Whether to sync saturation along with hunger
sync-saturation: true
# Whether to sync effects
effect-sync:
enabled: true
# Health sync behavior
damage-distribution: "EQUAL" # EQUAL, PERCENTAGE, or DIRECT
minimum-health: 1.0 # Minimum health after damage distribution
# Auto-save settings
auto-save:
enabled: true
interval: 300 # Save interval in seconds (5 minutes)
silent: true # Whether to show save messages
# World settings
worlds:
enabled-worlds:
- world
- world_nether
- world_the_end
disabled-worlds: []
| Command | Alias | Description | Permission |
|---|---|---|---|
/healthsync |
/hs |
Opens the Link Management GUI. | healthsync.gui |
/linkhealth create [name] |
Create a new health-linked group. | healthsync.link |
|
/linkhealth invite <player> |
Invite a player to your group. | healthsync.link |
|
/linkhealth accept |
Accept a pending group invitation. | healthsync.link |
|
/linkhealth deny |
Deny a pending group invitation. | healthsync.link |
|
/linkhealth leave |
Leave your current group. | healthsync.link |
|
/linkhealth delete |
Disband your group (Owner only). | healthsync.link |
|
/listlinked |
View your current group members and stats. | healthsync.list |
| Command | Description | Permission |
|---|---|---|
/healthsync reload |
Reloads the configuration file. | healthsync.admin.reload |
/clearlinks |
Forcefully dissolves ALL groups on the server. | healthsync.admin.clear |
healthsync.* - Grant all permissions (Default: OP)healthsync.admin.bypass - Prevents the player from being invited or linked.Found a bug or have a suggestion? Join our support community or open an issue on GitHub.