Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published last week
Updated 6 days ago
LiveChat
Realtime in-browser chat viewer, with integrated HTTP server.

API
| Endpoint | Description |
|---|---|
GET / |
Serves the built-in web UI |
GET /chat |
Returns the last 100 messages as JSON |
Response format
[
{
"player": "createview",
"message": "createview joined the game",
"timestamp": "2026-07-18T10:58:20.829697577Z"
},
{
"player": "createview",
"message": "Hello from Minecraft!",
"timestamp": "2026-07-18T10:58:32.655965627Z"
}
]
Changing the builtin web UI
To use a custom web interface, place the files in <server>/livechat_web directory, with index.html being the main one.

