Hey! I’m working on a Minecraft basketball server and I’m trying to recreate a custom scoreboard-style HUD similar to what you’d see in sports games.
What I’m trying to achieve:
• A top-of-screen HUD (boss bar / BetterHUD style)
• Displays:
• Game clock
• Shot clock
• Team scores
• Team abbreviations
• Timeouts
• Team primary colors reflected in the HUD (backgrounds / accents)
• Similar to a sports broadcast scoreboard, not a sidebar
What I currently have:
• Team colors already designed (as textures)
• A general idea of layout
• Using (or planning to use) BetterHUD
• No finalized HUD texture yet — I need guidance on:
• What textures are actually required
• How the HUD should be structured
• Whether this is done via BetterHUD, boss bars, or a combo
• What data can be pulled dynamically vs manually set
What I’m looking for:
• Someone who understands BetterHUD / custom HUDs
• Help figuring out:
• How to structure the HUD
• What files I need to create
• How to map in-game values (score, time, etc.)