This page serves as a general reference for all fields in MythicHUD's main configuration.
## General
| Field | Default | Description |
| ----- | ------- | ----------- |
| `locale` | `en_US` | Configures the language of messages. Currently, only American English is supported. |
| `generate-default-files` | `true` | Indicates whether the plugin should attempt to generate the default HUD files on startup. |
| `layout.default` | `[]` | A list of layout names that are given to players by default. |
| `check-update` | `5` | The number of ticks between HUD placeholder updates. |
| `decimal-format` | `#.##` | The format which decimal-valued placeholders are presented in the HUD. |
| `disable-geyser-players` | `true` | Indicates whether HUDs should be sent to Bedrock players connected via Geyser. |
| `disable-netty-injection` | `false` | Indicates whether Netty injection should be disabled. Reduces memory churn for very specific use cases. Do not touch if you don't know what you are doing. |
| `config-version` | `10` | The configuration version, for compatibility purposes. Do not touch if you don't know what you are doing. |
## Resource Pack
This documents fields under the `resource-pack` configuration node.
## Boss Bars
This documents fields under the `boss-bar` configuration node.
## Vanilla HUD Elements
This documents fields under the `elements` configuration node.
## HUD Updating
This documents fields under the `updaters` configuration node.