About Player Health
Lightweight plugin that allows you to set custom maximum health for players based on permissions. Server owners can configure permissions in the plugin’s config file to give certain groups or players higher (or lower) max health.
Example:
Granting the permission playerhealth.tier1 will set a player’s maximum health to 150 based on default config.
Config
{
"Permissions": {
"tier1": {
"Max Health": 150.0
},
"tier2": {
"Max Health": 200.0
},
"tier3": {
"Max Health": 300.0
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}