

FabricHealthDisplay
This modification requires BFAPI installation for proper operation.
Command Configuration
All commands are fully customizable through the configuration file. You can change their names, access levels, and required permissions for execution.
Configuration
The settings file is located in the configuration directory under the name fabrichealthdisplayer.json
Configuration Parameters
- commandAliases - list of alternative command names (default: ["fabrichealthdisplayer", "fhd", "healthdisplayer", "hd"])
- commandRequiresPermission - whether special permissions are required to use commands (default: false)
- commandPermission - permission type if access rights checking is enabled (default: fabrichealthdisplayer.use)
- commandOpLevel - required operator level when checking permissions (default: 1)
- commandSuccessText - success message when changing display settings (default: [✓] Updated your display settings!)
- allowPlayersToChangePersonalSettings - whether players can change their personal display settings (default: true)
- playerPreferences - storage for individual player preferences
- displayTime - health display time in milliseconds (default: 3000)
- defaultDisplayMode - default display mode (default: 1)
Health Display Modes
- 0 - disabled (no information is displayed)
- 1 - hearts (health is shown as hearts)
- 2 - percentage (health is displayed as a percentage of maximum)
- 3 - fraction (health is shown in current/maximum format)