A Hypixel Bedwars overlay.
- Download latest release from here.
- Unzip the file.
- Run
Opal Overlay.exe. - If prompted, enter your Hypixel API key. (Optained from running
/apiin-game.) - If you have autowho enabled, don't move for a few hundred milliseconds after joining a bedwars game, otherwise run
/whoin chat to populate the overlay.
- There is an opacity slider on the overlay to change the opacity of the overlay.
- You can reset the player list by pressing the reset button or running
/whoagain. - Adjusts for prestige colour, username colour (Paid ranks, youtube and admin) and if their FKDR is above 2 (stat turns red).
- Displays the currently in use resource pack (only works if you change it while overlay is open).
- Automatically checks for updates and notifies you if there is one.
- Discord RPC support.
- Choose between Minecraft font and Inconsolata font for the table.
- Automatically runs
/whowhen you join a bedwars game and populates the overlay. - Tracks current session stats
- Commands using
/w, see below.
/who- Populates the overlay with the players in the game./w cresets the table./w sresets the current session stats./w ![IGN]adds a user to the overlay who is not in the game.
- Fork the repository.
- Clone your fork.
- Run
npm install. - Make your changes, the preload script is
src/payload.js, the main electron script isindex.jsand the renderer code is inrenderer/. - To test your changes, run
npm run devand the overlay will open in a window. - Install Python so that it can be used in the build script.
- To test if your changes work when built, run
npm run buildand run theOpal Overlay.exein thedistfolder. - Create a pull request.

