HomeJavaModsHungerBridge
ModsJava

HungerBridge

by iFamished · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.10–26.2 · Fabric⬇ Download for 1.21.6–26.2 · Folia⬇ Download for 1.21.6–26.2 · Paper⬇ Download for 1.21.7–26.2 · Purpur⬇ Download for 1.21.10–26.1.2 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

HungerBridge is a tiny, zero‑noise, multiloader HTTP bridge that lets external services communicate with your Minecraft server safely and efficiently. Designed for automation and engineered to stay completely out of your way.


What it does


Why it exists

Traditional RCON is slow, fragile, and unsafe to expose publicly.
HungerBridge replaces it with a modern, stateless, authenticated HTTP layer that works identically across loaders.


Features


Usage

HungerBridge is designed to be paired with HungerLib or any external client that can send authenticated HTTP requests.

Example integrations:


HungerLib support

While HungerBridge can be used by any HTTP client, HungerLib is a Python library built for queries.

Installation

pip install hungerlib

Usage

from hungerlib import BridgeClient

# Create the client
bridge = BridgeClient(url="http://example.com:1913", token="YOUR_SECRET")

# Run a command
out = bridge.runCommand("say Hello from HungerBridge!", silent=False)
print("Command output:", out)

# Log something
bridge.log("Example script ran successfully", level="info")

# Get status
bridge.getStatus()

# Get version
bridge.getVersion()

Supported Platforms

Platform Supported Version
Fabric ✔ Yes 1.21.10+
Quilt ✔ Yes 1.21.10+
Paper ✔ Yes 1.21.10+
Purpur ✔ Yes 1.21.10+

Security Guide

HungerBridge is designed to be exposed safely when paired with Cloudflare. This guide shows the minimal, recommended setup for securing your API over HTTPS.

Put HungerBridge Behind Cloudflare
Create a DNS record:

Type Name Value Proxy
A api Proxied (orange cloud)

This gives you:

Your API will be available at:
https://api.example.com:1913

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more