Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_dependency_docs | Get documentation URLs, Maven coordinates, and latest version for a Minecraft plugin dependency. Returns wiki, javadocs, GitHub links, and quick-start code snippets. |
| scan_project_dependencies | Scan a Minecraft plugin project directory and extract all dependencies from build.gradle, build.gradle.kts, and pom.xml files. Returns a structured list of dependencies with version info. |
| check_latest_versions | Check for the latest versions of Minecraft plugin dependencies. Can check all known dependencies or compare against project's current versions. |
| analyze_plugin_project | Perform a comprehensive analysis of a Minecraft plugin project or workspace. Scans all subprojects, extracts dependencies, checks for updates, and provides recommendations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| LuckPerms | A permissions plugin for Minecraft servers |
| Paper API | The Paper Minecraft server API - high performance fork of Spigot |
| Spigot API | The Spigot Minecraft server API |
| Bukkit API | The original Bukkit Minecraft server API |
| HikariCP | Fast, simple, reliable JDBC connection pool |
| Item-NBT-API | Add NBT tags to items without NMS |
| ProtocolLib | Library for reading and modifying Minecraft packets |
| DecentHolograms | A lightweight but powerful hologram plugin |
| Vault API | Permissions, Chat, & Economy API for plugins |
| CoreProtect API | Block logging & rollback plugin API |
| mc-MenuAPI | A powerful menu/GUI API for Minecraft plugins |
| PlaceholderAPI | A resource that allows the use of various placeholders |
| WorldEdit | In-game map editor for Minecraft |
| WorldGuard | Region protection and flag plugin |
| SkinsRestorer API | Skin management API - set, get, and apply skins to players on Bukkit/BungeeCord/Velocity |
| EdTools API | Developer API for EdTools Minecraft plugin - custom enchantments, lucky blocks, GUIs, zones, currencies, boosters, backpacks, and OmniTools |