---
Party Health
An immersive survival mod with body damage system and player parties
---
š® Main Features
š„ Party System
Create groups with your friends and view their stats in real-time:
- Health, hunger, hydration and stamina of party members
- Body diagram showing the condition of each body part
- Discreet interface in the top left corner
𩹠Body Damage System
Your body is divided into 8 parts that can be damaged individually:
- Head - Periodic blindness if severely injured
- Chest - Weakness and max health reduction
- Arms (L/R) - Reduced attack and mining speed
- Legs (L/R) - Slowness and unable to sprint
- Feet (L/R) - Reduced movement speed and jump height
ā¤ļø Progressive Heart Loss
- Below 50% : Heart loss (configurable)
- At 0% (broken) : Additional heart loss
- Hearts are restored when healing above thresholds
š”ļø Advanced Armor Protection
- Each armor piece protects specific body parts
- Configurable damage reduction per piece
- Chance to completely block damage
- Reduced protection if body part is already damaged
š Configurable Healing Items
- Configure any item as a healing item via JSON
- Instant or progressive healing
- Heals a selected part or the whole body
- Customizable cooldown per item
---
āļø Configuration
Server Config (partyhealth-server.toml)
- Enable/disable hydration, stamina, body damage
- Base body damage multiplier
- Armor protection per piece
- Heart loss at 50% and 0% thresholds
- Natural regeneration rate and delay
Client Config (partyhealth-client.toml)
- Show/hide bars (health, hunger, armor, stamina)
- HUD position and scale
- Use vanilla or custom bars
Healing Items (partyhealth-healing-items.json)
{
"itemId": "minecraft:golden_apple",
"healAmount": 25.0,
"cooldownTicks": 200,
"healDurationTicks": 60,
"healAllAtOnce": true
}
---
šÆ Controls
āāāāāāā¬āāāāāāāāāāāāāāāāāāāāāāā
ā Key ā Action ā
āāāāāāā¼āāāāāāāāāāāāāāāāāāāāāāā¤
ā B ā Open body damage HUD ā
āāāāāāā“āāāāāāāāāāāāāāāāāāāāāāā
---
š Compatibility
- Minecraft: 1.20.1
- Forge: 47.x+
- Compatible with Legendary Survival Overhaul (uses its system if present)
---
šø Overview
The mod displays:
- A body diagram next to the hotbar
- Custom health/hunger/stamina bars
- Party members' status
- Detailed screen with available healing items
---
š” Perfect for
- Hardcore survival servers
- Medieval/realistic roleplay
- Difficult survival modpacks
- Cooperative gameplay
---

