FabricHealthDisplay has been archived. FabricHealthDisplay will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.18–1.18.1
1.17.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 2 years ago
FabricHealthDisplay
Required Mods
This mod is dependent on BFAPI
Commands
Commands are configurable, from the config you can change their name, permission value and op level required to run them
Config
The config is found under fabrichealthdisplayer.json
in the config directory
Field | Type | Description | Default |
---|---|---|---|
commandAliases | Array | A list of names that should be used as command names | ["fabrichealthdisplayer", "fhd", "healthdisplayer", "hd"] |
commandRequiresPermission | Boolean | If commands should require a permission or op level | false |
commandPermission | String | If commandRequiresPermission is enabled its the permission that should be checked for |
fabrichealthdisplayer.use |
commandOpLevel | Integer | If commandRequiresPermission is enabled its the op level that should be checked for |
1 |
commandSuccessText | Text | The text to display a user when they change their command level | [✓] Updated your display settings! |
allowPlayersToChangePersonalSettings | Boolean | If individual players can modify their display settings | true |
playerPreferences | JsonObject | If allowPlayersToChangePersonalSettings is enabled it is where data is stored on player preferences |
N/A |
displayTime | Integer | The time in ms to display the health for | 3000 |
defaultDisplayMode | Integer | The default display mode to show the user | 1 |
Display modes
0 -> none (Nothing is diplayes to this user)
1 -> hearts (The amount of health in hearts is shown)
2 -> percent (The health is shown as a percentage of full health)
3 -> fraction (The heal if shown as healh/maxHealth)