promotional bannermobile promotional banner

Skyr (display hud)

Sky permet de modifier l'hud du joueur, actuellement il est en version bêta mais des mises à jours arrive rapidement !

File Details

skyr-1.1.jar

  • R
  • Mar 6, 2025
  • 11.59 KB
  • 22
  • 1.16.5
  • Forge

File Name

skyr-1.1.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sky-display-hud-1213904:6271987")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Skyr Mod Update - Text Customization Features

New Features in Skyr Mod (vX.X.X):

We’ve added a powerful new feature to customize your Minecraft HUD with dynamic text! You can now add custom text directly to the screen with full flexibility. All of this is configured through the skyr_texts folder located in your .minecraft directory.

What You Can Do:

  • Create Custom Text Files:
    You can now create .skyr text files in the /.minecraft/skyr_texts/ folder. Each file represents a custom text element that will appear on the screen.

  • Customize Text Appearance:

    • Font Size: Set the font size for the text (e.g., 18px).
    • Color: Choose any color you want using Hex codes (e.g., #FFFFFF for white).
    • Positioning: Specify the position of the text on the screen (e.g., top: 100, left: 50).
  • Dynamic Player Data:
    You can now include dynamic player data in your texts using special placeholders! The following variables are available:

    • %player% → Displays the player's name.
    • %item's hand% → Displays the item currently in the player's hand.
    • %hunger's display% → Displays the player's hunger percentage.
    • %health's display% → Displays the player's health percentage.
    • %Id's player% → Displays the player's account status: "Premium" or "Cracked".
    • %level's display% → Displays the player's current experience level.

Example:

Here’s an example of what you can add in a .skyr file:

 

<button class="flex gap-1 items-center select-none px-4 py-1" aria-label="Copier">Copier</button>
add text named "Health: %health's display%" at screen to position top "100" and left "50" with color "#FF0000" and size "20px"

This would show the player's health percentage in red, positioned at 100px from the top and 50px from the left with a font size of 20px.

 

How to Use:

  1. Navigate to /.minecraft/skyr_texts/ folder.
  2. Create a new .skyr file for each custom text you want to display.
  3. Use the placeholders and customize the text style and position in each file.
  4. Launch the game and see the custom text displayed on your screen in real-time!

With this update, you can now personalize your game’s UI with dynamic data, making it even more immersive and informative.