What's new
HappyHUD PremadePack [Vanilla & MMOCore]

HappyHUD PremadePack [Vanilla & MMOCore] 1.2.0

Update for HappyHUD1.0 (regenerating config.yml is better)
Support discord Server : https://discord.gg/MFw4sKP8Z4
- adding an example resourcepack
- remove the force-unicode files since the bug was fixed. (force-support making size large)
- rearrange the pack - files for easier installing
fix for the pack folder wrong setting.
- 'hhudpack' folder need to be in plugins/HappyHUD/textures/assets/
Fix the pack folder route for easy drag and drop.
Since 1.20.1, the action bar message not support languages which is not English.

- Added a "lang-sup-font.yml , put it in \HappyHUD\assets/font
- Added textures for the other languages, put them in \HappyHUD\textures\font\default

To use the custom font for language support, change the font from "default" to "default-unicup" for text layer of your hud-element.
And the font of actionbar.tml in/happyhud/assets/hud : "default" to " "default-unisup"

example:
gradient-mana: layers: manatext: text: "%fill-value%/%fill-max%" font: "default-unisup" # apply the lang-sup font for action bar offset: x: 21 y: -2
Reroute folder path of textures for 1.19.3 change. ( Cannot use '_' in folder name)
Adding wither condition, bar will not fill when withered. Icon change to wither heart as well.
Update for HappyHUD 0.3.0 increment issue
Old user need to overwrite the hhudpack.yml in /assets/hud and the four layouts in /layout
added back gradient-layout.yml that forgot to update when version change.
Update for new version of plugin.
Fix a bug that set wrong listener of stamina hud in hhudpack.yml.
Old user can edit gradient-stamina part in asset\hud\hhudpack.yml and reload server to fix it.

gradient-stamina:
layers:
icon:
texture:
path: assets/HHUD_Pack/staminaicon.png
offset:
x: -10
y: -1
staminatext:
text: "%fill-value%/%fill-max%"
font: "default"
offset:
x: 21
y: -2
fill:
texture:
path: assets/HHUD_Pack/gradient-fill.png
color: "#00ffaa"
offset:
x: 1
y: -1
function:
listener: stamina // mana -> stamina
increment: 70
orientation: horizontal
outline:
texture:
path: assets/HHUD_Pack/gradient-outline.png
Sorry for my ugly mistake. haha~
Forgot for updating new hhudpack.yml in HappyHUD\assets\hud .
For old pack user, update your layouts in layout folder and hhudpack.yml in HappyHUD\assets\hud .
Top