-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Ashutosh Das edited this page May 20, 2026
·
1 revision
Statfyr is a lightweight Paper plugin that exposes your Minecraft server's player statistics through a clean, fully-documented REST API. Build dashboards, leaderboard websites, Discord bots, or any external integration β all against a single HTTP endpoint, in any language.
| Page | Description |
|---|---|
| Installation | How to install and set up Statfyr |
| Configuration | Full config reference with every option explained |
| API Reference | All endpoints, parameters, and response schemas |
| Authentication & Security | API keys, HTTPS, CORS, IP whitelisting |
| Rate Limiting | How rate limiting works and how to configure it |
| Caching | Response caching behaviour and tuning |
| Commands & Permissions | In-game commands and permission nodes |
| Troubleshooting | Common problems and how to fix them |
| Changelog | Version history |
1. Drop the jar into /plugins/
2. Start your server β Statfyr generates its config automatically.
3. Hit the API:
GET http://your-server-ip:8080/api/health4. You should see:
{
"status": "ok",
"plugin_version": "1.0.0-BETA",
"minecraft_version": "1.21.10",
"online_players": 3,
"uptime_seconds": 120
}That's it. The API is live.