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
/api
in-game.) - If you have autowho enabled, don't move for a few hundred milliseconds after joining a bedwars game, otherwise run
/who
in 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
/who
again. - 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
/who
when 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 c
resets the table./w s
resets 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.js
and the renderer code is inrenderer/
. - To test your changes, run
npm run dev
and 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 build
and run theOpal Overlay.exe
in thedist
folder. - Create a pull request.