healthspoof.bypass - Players with this permission can see real health
healthspoof.reload - Players with this permission can reload the config
Commands
/healthspoof reload - Reloads the config
Config
Code (YAML):
# DO NOT set extremely high values, otherwise the plugin can crash or cause errors # You can write values in any format (1, 1.0, 1.0005). Anyway, it will be transformed to float value (1 -> 1.0) # You can reload the config while server is running using '/healthspoof reload' command # You can't set player health <= 0.0 so if the health will be <= 0 plugin will set it to 0.00001
# The plugin will use this value to spoof player health (if the random option isn't enabled) health-value: 1.0
# The plugin will randomize the spoof value between the two numbers set below random: false
minimum-random-health: 0.1
maximum-random-health: 3.0
# If this option is set to true, players with 'healthspoof.bypass' permission will see spoofed health anyway disable-bypass-permission: false