Jump to content

angellus

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by angellus

  1. As for how to modify the HUD armor/health bar, you can intercept the RenderGameOverlayEvent and return event.setCanceled(true) for event.type.equals(ElementType.Armor) and event.type.equals(ElementType.Health). Then you can render whatever the hell you want for an armor bars and health bars.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.