This mod is an addon for the GameStages API. Waila Stages allows aspects of the Waila/Hwyla hud to be restricted by a custom progression system. For more info, check out the mod page here

Hides the entire hud, unless the player has the stage.

ZenScript
Copy
// mods.WailaStages.addWailaStage(String stage);
mods.WailaStages.addWailaStage("one");

Hides a specific line in the waila hud, unless the player has the stage.

ZenScript
Copy
// mods.WailaProgression.addRequirement(String stage, String prefix); 
mods.WailaProgression.addRequirement("one", "Power:");