/health Command 
Manage player health in Secret Life.
Availability
This command is only available in Secret Life.
Health System
In Secret Life, players have a separate health system from vanilla Minecraft - player hearts cannot be regenerated normally.
 Completing tasks grants hearts, while failing tasks costs hearts.
WARNING
In Minecraft, 1 heart is 2 health points.
 So when setting someone to, lets say, 20 hearts, you run /health set <player> 40
Checking Health 
/health 
Shows your current health.
/healthPermissions: None required
Unnecessary
This is not really needed, because you have your health bar :)
/health get 
Shows how much health a specific player has.
/health get <player/s>Arguments:
- <player/s>- Target player or players
Permissions: Operator
Modifying Health 
/health set 
Sets a player's health to a specific amount.
/health set <player/s> <amount>Arguments:
- <player/s>- Target player or players
- <amount>- Number of hearts (can include decimals)
Permissions: Operator
/health add 
Adds health to a player.
/health add <player/s> [amount]Arguments:
- <player/s>- Target player or players
- [amount]- Number of health to add. If not specified, defaults to- 1.
Permissions: Operator
/health remove 
Removes health from a player.
/health remove <player/s> [amount]Arguments:
- <player/s>- Target player or players
- [amount]- Number of health to remove. If not specified, defaults to- 1.
Permissions: Operator
/health reset 
Resets a player's health to the default amount.
/health reset <player/s>Arguments:
- <player/s>- Target player or players
Permissions: Operator
Default Health
The default health amount is configured in the Secret Life config.
/health sync 
Synchronizes the health and max health of all players.
/health syncPermissions: Operator
When to Use
This is basically never necessary. The mod automatically syncs health.
 Only use this if, for example, your health bar count does not match with what you get when running /health.
Related Pages 
- Task Command - Managing Secret Life tasks
- Secret Life Guide - Full Secret Life mechanics
Command Permissions Summary
| Command | Permission Required | 
|---|---|
| /health | None | 
| /health get | Operator | 
| /health set | Operator | 
| /health add | Operator | 
| /health remove | Operator | 
| /health reset | Operator | 
| /health sync | Operator | 
