Mod
HungerBridge
No reviews yet
A secure and lightweight HTTP bridge for Paper & Fabric
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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
- Exposes a minimal HTTP API for remote automation
- Supports Paper and Fabric with a shared common module
- Provides run and log endpoints (more coming soon!)
- Zero commands, zero chat output, zero clutter
- Safe by default — shared secret authentication, no open RCON, no exposed internals
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
- 🔌 Unified API across all loaders
- 🧩 Python library
- 🔐 Shared‑secret authentication
- ⚡ Fast, lightweight, no tick overhead
- 📝 Structured logging endpoint
- 🏃 Command execution endpoint
Usage
HungerBridge is designed to be paired with HungerLib or any external client that can send authenticated HTTP requests.
Example integrations:
- Automation scripts
- Server orchestration
- Custom dashboards
- Server monitoring tools
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:
- HTTPS
- DDoS protection
- Firewall
- IP masking
Your API will be available at:
https://api.example.com:1913
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers