promotional bannermobile promotional banner

ESPBridge

Sends Minecraft player join/leave and chat events to an ESP32 over HTTP so it can show them on a physical display.
Back to Files

ESPBridge 0.1.1

File nameespbridge-0.1.1.jar
Uploader
tweedlextweedlex
Uploaded
Sep 12, 2026
Downloads
4
Size
12.3 KB
Mod Loaders
Fabric
File ID
8866557
Type
R
Release
Supported game versions
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:espbridge-1692971:8866557"

Learn more about Curse Maven

What's new

0.1.1

No code changes to the mod itself. This release exists to record real verification that 0.1.0 didn't have yet:

  • Verified against a real Fabric 1.21.11 dev server (not just a compile check): starts cleanly, no crash
  • /espbridge status, /espbridge reload and /espbridge test <text> confirmed working over real RCON against that server
  • The full action path confirmed end to end against a stand-in HTTP receiver: JSON delivery works, and the rate limiter was measured actually dropping excess requests (5 fired against a 2/s limit, exactly 2 arrived)
  • A reference ESP32 receiver sketch now exists and compiles clean against the real ESP32 toolchain (not included in this jar — it's firmware for a separate device, see the project page)

Still not verified: a real player triggering join, leave or chat, and real ESP32 hardware receiving anything. See the description for the honest current state.

This mod has no additional files