
Bingo Brewers
A QOL mod with features primarily designed around Hypixel Skyblock's Bingo event.
- Загрузки
- 2K
- Подписчики
- 3
- Обновлён
- 1 апреля 2026 г.
- Лицензия
- MIT
Опубликован 14 марта 2025 г.
Introducing The Bingo Brewers Mod Public Beta
Bingo Brewers is an open source mod intended to help with bingo, it is currently under development and has 2 key features.
The mod relies on the Hypixel Mod API and OneConfig, both are loaded with tweakers and don't require any separate mod installs.
Splash Notifications
When a splasher pings @Splash Pings in the #splashes channel in the Bingo Brewers discord, your client will be sent a notification including the:
- Hub/Dungeon Hub Number
- Splasher
- Bingo Party listed in splash message
- Notes (Any lines the splasher added that aren't identified as for discord use (e.g. "react with :SPLASHWHEN:"), or haven't already been covered by other purposes)
The notification will disappear after 2 minutes. The title will disappear after 5 seconds.
Splash Hub Player Count
Any client inside of the splash hub will be communicating the current player count to my server, which will broadcast the current player count of the splash hub to all clients every 2 seconds. https://i.imgur.com/bliIBRX.png
Crystal Hollows Crowdsourced Chest Waypoints
This feature crowdsources loot from chests in the Crystal Hollows and displays it to all mod users when they join a lobby. There are filters and other settings allowing you to customize what you see.
The accompanying HUD shows the totals in a lobby and also comes with a justify setting, allowing you to place it anywhere on the screen.
Minor Features
Coins/Bingo Point Calculator
This is the original feature I created for the mod when I was first learning java in December, it displays the Coins/Bingo Point for any item in the bazaar or auction house that has price data. It isn't perfect for every use. It takes the lowest BIN, subtracts the cost of the lower talisman tier (for example a Bingo Ring) if necessary, then divides by the number of bingo points.
Chicken Head Reminder
Reminds you to crouch every 5 seconds.
Auto Updater
The mod comes with an "auto" updater which will prompt you with patch notes when a new update is available. The feature allows you to easily update your JAR by clicking a single button ingame. This feature can be made fully automatic, or completely disabled depending on your preferences.
Potential Concerns
I'm connecting to your server, are you logging my IP?
- Nope, not logging it, not printing it, not doing anything with it.
What is OneConfig?
- OneConfig is the config library I'm using that is similar to Essential, but without the cosmetics and general bloat. It's an open source mod by PolyFrost and is likely compatible with several of your other Skyblock Mods such as NEU. It will be installed when you first launch your game.
Is it a RAT?
- Nope, but you shouldn't trust me on that. You can read the source and compile yourself at https://github.com/IndigoPolecat/BingoBrewers.
Upcoming Features
- Port the mod to Fabric, we believe that the foraging update is coming sooner rather than later and want the mod to be available for it on release.
- Warp network of sorts, utilizing clients that have enabled the setting to warp people into crystal hollows lobbies with items they want.
- Adding support for other CH related elements to be shared (structure locations, key guardian)
- Improve Bingo Shop calculator
- Rewrite of most features
- Update to support OneConfig's v1 update.
Ченджлог
0.4-fabricРелиз1.21.10 · 1 апреля 2026 г.
Port of the Bingo Brewers Mod to Fabric
- Porting of general mod backend (e.g. config. huds), as well as splash notifications done by @Matita008
- Porting of CH Waypoints done by @eagely
Note: Potentially buggy
This version is missing a lot of comprehensive testing, so please report bugs in #mod-bugs!
Notable Missing Features
- Larger notification size for splash notifications (the part that appears in the middle of your screen)
- Splash notification alert noise
- CH Chests HUD
- Anything outside of the two features mentioned
Dependencies
- You must separately install .jars for the Fabric API and the Hypixel Mod API at this time (note: if you use other mods, it is likely both are already available and this may not be necessary).
0.3.8Релиз1.8.9 · 1 ноября 2025 г.
Fix the detection of Bingo Profiles after Hypixel changed the scoreboard layout.
Fix a few edge cases.
0.3.7Релиз1.8.9 · 14 марта 2025 г.
0.3.7 General Improvements - Mandatory Update
This update offers general improvements for features such as reconnection to the Bingo Brewers server, switching to rely on DNS instead of a static IP address and dropping the requirement for installing the Mod API as a separate JAR, it is now installed via a tweaker (automatically on launch). All previous versions will stop working with this update as a result of port changes detailed below.
Changes
Switch to DNS - Mandatory Update
- Switch from statically using the IP 38.46.216.110 to using bingobrewers.com (relying on DNS to get the IP address). This means I can change the IP address without requiring a mod update in the future, which will be happening soon.
- Switch to use port 8282 for TCP on the server instead of 8080 as it may have been causing issues.
Add Hypixel Mod API Tweaker
- The tweaker runs when you launch your game and will load the Mod API without requiring a separate JAR. If you have a separate Hypixel Mod API jar in your mods folder, you can remove it.
- In order to implement this tweaker I had to add a ModLoadingTweaker from NEU to ensure the Bingo Brewers mod properly loads, you can find a copy of the LGPL license on GitHub.
Reconnect Improvements
- Improve the reconnect process by reducing scaling in wait time to 1.5x and adding a static 2000 millisecond wait plus a random number between 0 and 3000 to set the intial value instead of a random number between 0 and 5000.
- Reduce the maximum wait time from 60000 milliseconds to 45000, additionally ensure the wait time doesn't exceed the max at all (It would previously go over then correct back to under in an endless cycle).
- Generally improve reconnect logging so it better reflects what is actually happening.
0.4 Update
0.4 has turned into a full rewrite of most features, as a result they will be significantly improved but it will take longer to deliver the update.
Комментарии
Загружаем…