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
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.skyrtext 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.,
#FFFFFFfor white). - Positioning: Specify the position of the text on the screen (e.g.,
top: 100,left: 50).
- Font Size: Set the font size for the text (e.g.,
-
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:
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:
- Navigate to
/.minecraft/skyr_texts/folder. - Create a new
.skyrfile for each custom text you want to display. - Use the placeholders and customize the text style and position in each file.
- 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.

