-
Notifications
You must be signed in to change notification settings - Fork 2
Home
TriBridge is a Node.js bot that bridges a Discord channel and Hypixel guild chat. Messages go both ways in real time: guild chat arrives in Discord as embeds, Discord messages are spoken in guild chat, and slash commands let admins run guild management commands in-game without opening Minecraft.
One bot can bridge several Hypixel guilds at once — one Minecraft account per guild — through the same Discord channel. Guilds can also be bridged to each other, so their members talk in-game without anyone watching Discord.
Two different things are called a "guild" here. A Hypixel guild is one of the Minecraft guilds the bot bridges; there can be several. A Discord server is the single community the bot serves; there is exactly one. This wiki never uses "guild" for the second.
| You are… | Go to |
|---|---|
| In the Discord server, using the bridge | Using the bridge |
| Setting the bot up, or running it | Installation |
| Feature | In one line |
|---|---|
| The bridge | One Discord channel and Hypixel guild chat, relayed both ways |
| Guild tags |
!sb hey reaches one guild; anything else reaches all of them |
| Guild-to-guild bridging | Chat shared between the bridged guilds, in-game, opt-in per guild |
| Officer chat | A two-way Discord channel for officer chat, shared or per guild, opt-in |
| Account linking | Your messages wear your Minecraft head and name on both sides |
| Networth |
!nw <username> in chat, or /networth, from either side of the bridge |
| Hypixel guilds | Register, edit and sign in guilds entirely from Discord with /guilds
|
| Reconnection | Dropped accounts come back on their own, one at a time |
| Admin roles | A flat list of Discord roles that hold bot-admin |
| Admin panel |
/adminpanel — a button per admin function |
| Global profile change | Everyone wears one member's name and face, for a while |
| Auditing | Every disguised message recorded with a jump link |
| Link role | A role handed out automatically to everyone who links |
| Feature requests |
/request opens a form; admins move it through a status |
- Commands — every slash command and chat command, in one table.
- Config files — what the bot writes next to the repository, and what is in each file.
- Permissions — every Discord permission and intent, and what breaks without it.
- FAQ and Troubleshooting — when something is not behaving.
- Architecture — how the two clients, the event handler and the guild registry fit together.
- Adding a command — the checklist for a change that ships.
- Releasing — the two changelogs and the release workflow.
- Contributing — commit convention and what a good change looks like.
TriBridge relays chat and runs guild commands an officer could type themselves. It does not automate gameplay. That said, running any bot account on Hypixel is at your own risk: no third-party tool is officially endorsed by Hypixel, and the account doing the bridging is a real account subject to the server rules like any other.
See the changelog for what changed when, and DISCORD_CHANGELOG.md for the short version that gets posted in the announcement channel.
Using the bridge
Running the bot
Hypixel guilds
Administration
Help
Development