Dink Bingo Plugin - #14538
Open
jastee07 wants to merge 3 commits into
Open
Conversation
|
New plugin |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
Member
|
Nice work, could you please rename your plugin to not start with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Dink Bingo is a RuneLite plugin for running team bingo events. It detects matching items from in-game loot and collection-log events, then automatically submits them to a shared Google Sheets board.
The Sheet acts as the event’s source of truth, validating each contribution and preventing duplicate claims when multiple players receive the same item. Accepted progress and completed tiles can be announced in Discord through the Dink plugin, including its normal embed and screenshot support.
Dink Bingo is a companion to Dink, not a replacement for it. Dink is only required for Discord announcements and screenshots; bingo detection and board tracking are handled independently by Dink Bingo.
Features
Discord announcements
Successful contributions and completed tiles can be sent to Discord through Dink. This preserves Dink’s existing webhook configuration, embeds, and screenshot behavior.
In-game board tracking
The sidebar panel shows the player’s team and current board progress. Players can switch between named tiles and their remaining eligible items, hide completed tiles, and manually refresh the board.
Google Sheets event backend
Each event uses its own copy of the provided Google Sheet and Apps Script backend. Organizers configure the board’s items, teams, point values, and event settings without needing to host a separate server.
The generated leaderboard includes team standings, earned points, completed and remaining tiles, individual item contributions, and progress toward multi-item objectives.
See the backend setup instructions to create and configure an event sheet.
Completed and remaining items
Item contribution log
Player setup
The organizer gives each participant the deployed Apps Script URL, shared event token, and shared event web hook url. After entering those values in Dink Bingo, the plugin matches the player’s RuneScape name to the appropriate team automatically. Players do not need access to the editable spreadsheet or need to manually select their team.
Beta
Please note this is in beta