Anomuxx | Chat-API
Create your game server with 

🗨️ Chat API
A lightweight Fabric client-side mod that bridges your Minecraft chat to the outside world.
📋 Overview
Chat API opens up your game's chat via HTTP. Every message you see in chat is sent as a JSON POST request to a freely configurable web address — whether you're playing singleplayer, on your own server, or on someone else's network you don't administer.
It also ships with its own lightweight HTTP server that can accept incoming requests, optionally secured with an API key.
✨ Features
| Feature | Description |
|---|---|
| 🔄 Real-time chat forwarding | Every chat message shown in the client is immediately sent via HTTP POST |
| 🔌 Connection events | Reports when you newly connect to a server (not on internal sub-server switches, e.g. lobby → survival) |
| 🌍 Works on any server | Purely client-side — no installation or admin rights needed on the target server |
| 🖥️ Built-in HTTP server | Accepts incoming requests, open or secured via Authorization: Bearer <key> |
| ⚙️ Simple JSON config | Change target address, port & security settings without recompiling |
| 📦 Zero external dependencies | Uses Java's built-in HTTP client/server + Fabric API |

