ServerAPI
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 🏆 #425 of 1080 bukkit mods in this game by downloads
📋 About This Mod
!(https://cdn.modrinth.com/data/cached_images/185a1ceb900e5c6eedb1f9357ec8138b79d88473.png)
ServerAPI is a high-performance REST API plugin that exposes real-time Minecraft server metrics, player statistics, and third-party plugin data through a secure, token-protected interface.
!(https://cdn.modrinth.com/data/cached_images/e2f8df56b004288affcefd830c97b996ab4e3bcf.png)
It works by running an asynchronous HTTP server on a separate thread, using reflection to safely retrieve deep server information without impacting game performance or TPS.
## Usage Guide 1. Installation & Build Place ServerAPI-1. 0.jar into your plugins/folder. Start the server to generate the config.yml
2. API Endpoints & Data Info Status (GET /status) Provides a general overview of the server:
- online: Server accessibility status.
- version: Server software version.
- paper_version: Specific implementation version.
- players: Sub-object containing online and max counts.
- tps: Current Ticks Per Second (1-minute average).
- mspt: Milliseconds Per Tick (Average).
- uptime: Total server uptime in seconds.
- worlds: List of loaded world names.
Performance (GET /performance) Detailed resource and health metrics:
- tps: Precise 1m, 5m, and 15m averages.
- mspt: Average tick time (highly accurate).
- lag_warning: Boolean that flags true if TPS drops below 18. 0.
Player Info (GET /player/{name}) Comprehensive data for online and offline players:
- name, uuid, online status.
- lastSeen: Human-readable time (e.g., "2 hours ago").
- playtime: Formatted total time in hours.
- kills / deaths: Secure stats (safely returns 0 if data isn't loaded/tracked yet).
- money: Formatted balance using Vault.
- alts: IP-matched alt accounts from EssentialsX.
- crates: List of specific crate types and how many virtual keys the player owns.
Miscellaneous Endpoints
- /misc/balancetop: Top 10 richest players (cached based on config).
- /misc/statistics: Global Top 10 for kills/deaths (cached).
- /misc/warps: All available EssentialsX warps.
- /misc/crates: All registered ExcellentCrates IDs.
- /misc/projectkorra: All bending abilities grouped by element.
Configuration (config.yml)
- Security: All requests require Authorization: Bearer YOUR_TOKEN.
- Toggles: Every endpoint and sub-endpoint listed above can be individually disabled.
- Caching: Heavy lookups like BalTop and Global Stats have configurable cache durations (default 5 mins) to protect your server's TPS.
- Asynchronous: The API runs on a separate thread pool to ensure zero impact on your Minecraft server performance.
An image that gives an example of a use-case of the plugin:
!(https://cdn.modrinth.com/data/cached_images/6eed14bb262f8b70b2df7abd8772d68ab151314b.png)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- serenestriker_
- Version
- 1.0
- Downloads
- 60
- Endorsements
- 1
- Category
- bukkit
- Created
- 2/23/2026
- Updated
- 2/20/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- 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 ServerAPI support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of ServerAPI?
Version 1.0, published 2026-02-20 with 60 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

