velostat
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #104 of 131 management mods in this game by downloads
📋 About This Mod
This plugin provides a lightweight HTTP API that exports the real-time status of all Velocity backend servers in JSON format. Exported fields are fully configurable via `plugins/velostat/config.yml`, allowing safe public exposure.
The game version is for all versions supported by Velocity 3. 4. 0-SNAPSHOT as it is added to the proxy server only. The game version must be specified and is specified, but see the (https://docs.papermc.io/velocity/server-compatibility/) for details. - - - # Installation 1. Download the latest release of the plugin 2. Put `velostat-x.x.jar` in /plugins directory of velocity
This completes the process!
- - -
# Config reference
| Setting name | Description | Default |
|:---------------------------|:-----------------------------------------------------------------------------------|:--------|
| `api.port` | The port number for the internal HTTP server to listen on. | `8080` |
| `ping.interval_seconds` | The interval (in seconds) at which the plugin pings sub-servers to collect status. | `10` |
| `export.server.name` | Whether to include the server name (defined in Velocity) in the JSON output. | `true` |
| `export.server.address` | Whether to include the server address in the JSON output. | `true` |
| `export.server.status` | Whether to include the online/offline status in the JSON output. | `true` |
| `export.server.motd` | Whether to include the server's MOTD (Message of the Day) in the JSON output. | `true` |
| `export.server.players` | Whether to include player counts (online/max) in the JSON output. | `true` |
| `export.server.version` | Whether to include the game version name and protocol version in the JSON output. | `true` |
| `export.server.updated_at` | Whether to include the last update timestamp in the JSON output. | `true` |
- - -
# Example Json output
Accessing `http://
``` ## Field Description
### Root Object
| Field | Type | Description | |-----------|---------|--------------------------------------------| | `servers` | `array` | List of servers defined in `velocity.toml` |
### Server Object
| Field | Type | Description | |:------------:|:---------:|:------------------------------------------------------------------| | `name` | `string` | Server name defined in `` section of `velocity.toml` | | `address` | `string` | Server address (`host:port`) | | `online` | `boolean` | Whether the server responded to a ping | | `motd` | `string` | Server MOTD (may contain legacy color codes) | | `players` | `object` | Player information (only present if enabled and server is online) | | `version` | `object` | Minecraft version information | | `updated_at` | `number` | Last update timestamp(UNIX time) |
### Players Object
| Field | Type | Description | |:--------:|:--------:|----------------------------------| | `online` | `number` | Current number of online players | | `max` | `number` | Maximum player capacity |
### Version Object
| Field | Type | Description | |:----------:|:--------:|-------------------------------------| | `name` | `string` | Version name reported by the server | | `protocol` | `number` | Minecraft protocol version |
Fields may be omitted depending on `config.yml` settings. If a server is offline, only `name`, `address`, and `online` are guarante
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- stellarcielo
- Version
- 1.0
- Downloads
- 1,467
- Endorsements
- 0
- Category
- management
- Created
- 1/15/2026
- Updated
- 1/11/2026
- Game Versions
- 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6
- Tags
- management
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does velostat support?
The author lists 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7. Other versions may work but are untested by the author.
What is the latest version of velostat?
Version 1.0, published 2026-01-11 with 1,467 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await