SimpleHealth is a single-command plugin to quickly and easily set player health.
------------------------
Appears to work fine in CraftBukkit/Spigot 1.8.X and 1.9.X. It should be compatible with all versions.
------------------------
| Command | Description | Permission | Default |
|---|---|---|---|
| /health | Fully heal yourself | simplehealth.health | op |
| /health <target-player> | Fully heal another player | simplehealth.health | op |
| /health <target-player> <health-level> | Set another player's health to a specified amount | simplehealth.health | op |
| /healthReload | Reload the SimpleHealth config file | simplehealth.healthreload | op |
You can use the tab key to autocomplete player names
# Whether or not to show the [SimpleHealth] prefix in the health message
showPrefix: false
# Whether or not to send a confirmation message to the user of the health command
notifyUser: true
# Whether or not to send a confirmation message to the target of the health command
notifyTarget: false