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.
Field | Default | Description |
---|---|---|
support |
(more) | Configures the client versions supported by the generated resource pack. More. |
description |
(version info.) | The description of the resource pack displayed to clients. |
resources |
[] |
A list of resource packs used to pull assets. More. |
merge |
{} |
A mapping of pack locations to merge strategy for inclusion in the final resource pack. More |
destination |
MythicHUD/built-pack |
The folder (or .zip file) relative to the plugins/ folder where the generated resource pack should be placed. |
Support
Resources
Merge
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.