Waila Stages
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
Methods
Hides the entire hud, unless the player has the stage.
// mods.WailaStages.addWailaStage(String stage);mods.WailaStages.addWailaStage("one");
Hides a specific line in the waila hud, unless the player has the stage.
// mods.WailaProgression.addRequirement(String stage, String prefix);mods.WailaProgression.addRequirement("one", "Power:");