Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicHUD MythicHUD
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicHUDMythicHUD
  • Wiki
  • Plugin Configuration

Plugin Configuration · Changes

Page history
Update Plugin Configuration authored Jan 29, 2025 by wordandahalf's avatar wordandahalf
Show whitespace changes
Inline Side-by-side
Showing with 25 additions and 1 deletion
+25 -1
  • Plugin-Configuration.md Plugin-Configuration.md +25 -1
  • No files found.
Plugin-Configuration.md
View page @ ee3fb992
......@@ -232,4 +232,28 @@ Only elements that can be moved can use `behind`.
</details>
# HUD Updating
This documents fields under the `updaters` configuration node.
\ No newline at end of file
`updaters` allows you to configure the events that MythicHUD uses to update the players' custom HUDs.
| Value | Description |
| ----- | ----------- |
| `CONSUMING` | When a player begins to consume food, potions, etc. |
| `ARMOR` | When a player's armor changes, whether via equipping, un-equipping, etc. |
| `AIR` | When a player's remaining air changes, e.g., while under water. |
| `EXPERIENCE` | When a player's experience changes, e.g., after accumulating an experience orb. |
| `RESPAWNING` | When a player dies and respawns. |
<details>
<summary><b>Example</b></summary>
```yaml
updaters:
CONSUMING: false
RESPAWNING: true
ARMOR: false
AIR: false
EXPERIENCE: false
```
This configures the plugin only to update the players' custom HUDs when respawning (in addition to the configured update interval above).
</details>
\ No newline at end of file
Clone repository
Home

Commands and Permissions
Configuration Reference
MythicHUD API
Compatibility
  • Migrating from v1 to v2
  • Crucible
  • Nexo
  • ItemsAdder
  • Modded Clients
Advanced Version Support
  • 1.20.6+

Getting Started
Layouts
Pop-Ups
HUD Components
  • Asset Layers
  • Assets
  • Listeners
  • Conditions
    • Effect
    • Gamemode
    • Placeholder
    • Progress
    • Logical Operators
Fonts