Issues with MythicHUD not finding assets (health, mana, stamina, etc.)

offline

Posts

1

Likes

0

Bits Credits

0

LEVEL

0

90 XP

Hi, I’m having issues setting up MythicHUD on my server and I’m not sure if I’ve placed the files correctly.


The plugin is loading, but I keep getting errors like:



[MythicHUD] Could not load element 'health' from layout 'mmohud-layout': Could not find asset 'health' defined by 'health'
[MythicHUD] Could not load element 'mana' from layout 'mmohud-layout': Could not find asset 'mana' defined by 'mana'
[MythicHUD] Could not load element 'stamina' from layout 'mmohud-layout': Could not find asset 'stamina' defined by 'stamina'


I received two folders from the developer:


  1. A MythicHUD folder that contains assets/, layout/, listeners/, and textures/ (with .yml files inside).
  2. A resource pack folder with pack.mcmeta and an assets/ directory containing textures (health.png, mana.png, etc.).

Currently:


  • I put the .yml files from assets/, layout/, and listeners/ into plugins/MythicHUD/.
  • I put the images (health.png, mana.png, etc.) inside the resource pack under assets/mythichud/textures/.
  • The resource pack loads correctly in-game, but MythicHUD still says it “could not find asset” for health, mana, stamina, and the others.

I’m not sure if I have the correct folder structure or if I need to rename the namespace in the .yml files to match the textures.


Does anyone know the correct way to structure the MythicHUD plugin folders and the resource pack so the assets (health, mana, stamina, etc.) are properly linked?
 
Liked by:
Top Bottom