Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
MCCMS: Embedded Web Leaderboard & Live Server Monitor
MCCMS is an incredibly lightweight, blazing-fast PaperMC plugin that embeds a native web server directly into your Minecraft server.
With zero heavy dependencies or bloated external databases, it serves a beautiful, real-time dashboard displaying your server's performance metrics and a live player health leaderboard!
Features
- Built-in HTTP Server: Runs entirely on Java's native web server. No need for Apache, Nginx, or external databases!
- Lifesteal & SMP Ready: The leaderboard automatically ranks players by who has the highest Max Health, making it the absolute perfect leaderboard for Lifesteal servers. On normal servers, it automatically falls back to current health!
- Real-Time Live Monitor: The dashboard updates every few seconds to show you live Server TPS, RAM Usage (Allocated vs Used), and the Online Player count.
- Universal Compatibility: Compiled against a stable API, meaning a single
.jarfile works flawlessly on 1.20.1, 1.20.4, 1.20.6, 1.21, and beyond!
100% Customizable Web Panel
We know every server is unique, so we didn't lock the website design inside the plugin.
When you run MCCMS for the first time, it automatically extracts the raw index.html, styles.css, app.js, and a customization guide directly into your plugins/MCCMS/web/ folder!
- Edit on the fly: You can open the HTML/CSS files, change colors, translate text, or add your server logo.
- No Restarts Needed: Save the file, refresh your browser, and your changes appear instantly! No need to reload the plugin or restart your Minecraft server.
⚙Configuration
The plugin also generates a config.yml where you can set the port the web server runs on (default is 8080).
API Endpoints for Developers
If you want to build your own custom tools, MCCMS exposes two blazing-fast, raw JSON endpoints:
GET /api/stats: Returns live TPS, Memory, and Player counts.GET /api/leaderboard: Returns a sorted array of all online players, their UUIDs, current health, and max health.
Drop it into your plugins folder, restart, and head to http://localhost:8080 to see your new dashboard!
Source code
- MCCMS is open-source software Licensed under Apache License 2.0
Sources:
Credits
-
MCCMS is made entirely by 1 person (SfymmiK) and does not accept others as collaborators


