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
  • Vanilla HUD Repositioning

Last edited by Brickgard Oct 30, 2024
Page history

Vanilla HUD Repositioning

MythicHUD can be configured to use shaders to reposition some elements of vanilla's HUD, such as the level number of the experience bar.

Vanilla Elements

Various vanilla HUD elements that can be configured to reposition:

Element Description:
EXPERIENCE_LEVEL The experience bar's level number.

Complete Repositioning

Vanilla HUD elements can be repositioned on the screen with a basic configuration.

layer: default front behind hidden

The coordinate placement of the Vanilla element can also be adjusted with x/y configuration. These are modifying the placement from the upper left corner:

X Reposition Y Reposition
- x Moves Left - y Moves Up
+ x Moves Right + y Moves Down

Example Reposition

elements:
    EXPERIENCE_LEVEL:
        layer: front
        x: 50
        y: -25

Simplified Layering

Vanilla elements can be also just be adjusted "vertically", either being positioned on top of all other MythicHUD layouts, behind all MythicHUD layouts, or completely hidden.

element: front behind hidden

Example Layering


elements:
    EXPERIENCE_LEVEL: hidden
Clone repository
Home

Getting Started
What's New in MythicHUD?
Commands and Permissions
Configuration Reference

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

MythicHUD API
Compatibility
  • Migrating from v1 to v2
  • Supporting Multiple Client Versions
  • Crucible
  • Nexo
  • ItemsAdder
  • Modded Clients