get_dependency_docs
Retrieve documentation links, Maven coordinates, and version information for Minecraft plugin dependencies to streamline development and workspace analysis.
Instructions
Get documentation URLs, Maven coordinates, and latest version for a Minecraft plugin dependency. Returns wiki, javadocs, GitHub links, and quick-start code snippets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependency | Yes | Name of the dependency (e.g., "paper-api", "luckperms", "vault", "hikaricp") | |
| fetch_version | No | Whether to fetch the latest version (default: true) |