Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
PluginPilot
PluginAGPL-3.0-or-later

PluginPilot

Download plugins directly from Modrinth,Hangar,SpigotMC while being ingame! Load,unload, debug all in one plugin itself :)

111
Downloads
3
Followers
12 months ago
Updated
📦
1
Versions
managementoptimizationutilitybukkitpaperspigot
Download Latestv1.0.0View on Modrinth

📖About PluginPilot

PluginPilot

A comprehensive plugin manager for Minecraft servers that supports multiple plugin repositories and provides advanced features for plugin management.

Features

Core Features

  • Multi-Source Installation: Install plugins from Modrinth, Hangar, SpigotMC, Polymart, and custom sources
  • Live Search: Real-time plugin search with caching and intelligent tab completion
  • Version Management: Install specific versions, update plugins, and automatic updates
  • Advanced Tab Completion: Dynamic tab completion with live API searching and "loading..." feedback
  • Plugin Backups: Automatic backups before updates with rollback capability
  • Security Scanning: Malware scanning integration (Under development)
  • Database Storage: SQLite-based persistent storage for plugin metadata

Command System

All commands support extensive tab completion:

Plugin Installation & Management

  • /pp install <plugin> [version] - Download and enable a plugin
  • /pp download <plugin> [version] - Download a plugin without enabling it
  • /pp show <plugin> - Preview plugin information
  • /pp update <plugin> - Update individual plugins
  • /pp updateall - Update all managed plugins
  • /pp remove <plugin> - Uninstall plugins
  • /pp delete <plugin> - Delete plugin files

Plugin Loading & Unloading

  • /pp load <plugin> - Load a plugin from the plugins directory
  • /pp unload <plugin> - Unload a plugin
  • /pp reload <plugin> - Reload a specific plugin

Backup & Security

  • /pp backup <plugin> - Create plugin backups
  • /pp restore <plugin> [version] - Restore from backups
  • /pp scan <plugin> - Security scan plugins

Information & Discovery

  • /pp list - List all managed plugins
  • /pp detect - Find unmanaged plugins
  • /pp discover - Discover popular plugins
  • /pp info - Show plugin information

System & Configuration

  • /pp logs - View, export or clear plugin logs
  • /pp sources - Manage plugin repositories
  • /pp refreshconfig - Reload PluginPilot configuration
  • /pp clearcache - Clear plugin search cache
  • /pp debug - Toggle debug mode
  • /pp import - Import plugins from other managers

Advanced Tab Completion

The plugin features intelligent async tab completion that:

  • Shows "Loading..." while searching APIs
  • Caches results to reduce API calls
  • Provides real-time plugin name suggestions
  • Supports version completion for selected plugins
  • Rate limits searches to prevent API spam

Technical Details

Requirements

  • Minecraft Version: 1.21.4 (compatible up to 1.21.8)
  • Java Version: 17+
  • API Version: 1.21

Architecture

  • Modular Design: Clean separation of concerns with dedicated packages
  • Async Operations: Non-blocking API calls and downloads
  • Caching System: Intelligent caching with TTL for performance
  • Database Integration: SQLite for reliable data persistence
  • Plugin Sources: Extensible source system supporting multiple APIs

Supported Sources

  • ✅ Modrinth: Full API integration with search, versions, and downloads
  • ✅ Hangar: PaperMC's plugin repository with complete support
  • ⚠️ SpigotMC: Limited (no public API for automated downloads)
  • 🚧 Polymart: Planned implementation
  • 🚧 Custom Sources: GitHub, Jenkins, direct URLs (planned)

Installation

  1. Download the PluginPilot JAR file
  2. Place it in your server's plugins folder
  3. Start/restart your server
  4. Configure the plugin in plugins/PluginPilot/config.yml
  5. Use /pp help to see available commands

Configuration

The plugin is highly configurable through config.yml:

  • Enable/disable specific plugin sources
  • Configure auto-update intervals
  • Set cache TTL values
  • Configure security scanning
  • Customize tab completion behavior

Permissions

  • pluginpilot.* - All permissions
  • pluginpilot.use - Basic usage permission
  • pluginpilot.install - Install and download plugins
  • pluginpilot.update - Update plugins
  • pluginpilot.uninstall - Remove plugins
  • pluginpilot.load - Load/unload/reload plugins
  • pluginpilot.backup - Backup/restore plugins
  • pluginpilot.security - Security scanning
  • pluginpilot.sources - Manage sources
  • pluginpilot.debug - Access logs and debug info
  • pluginpilot.discover - Discover popular plugins
  • pluginpilot.import - Import plugins from other managers
  • pluginpilot.clearcache - Clear plugin search cache
  • pluginpilot.refreshconfig - Reload plugin configuration

Development

Built with Maven using modern Java 17 features:

  • Async/CompletableFuture for non-blocking operations
  • Stream API for efficient data processing
  • Modern HTTP client (OkHttp) for API calls
  • GSON for JSON processing
  • SQLite for data persistence

Contributing

This plugin uses a modular architecture making it easy to:

  • Add new plugin sources
  • Extend command functionality
  • Improve the caching system
  • Add new security features

👥 Team & Contributors

I
inv1s1bl3Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.191.19.11.19.21.19.31.19.41.201.20.11.20.2+13 more

🔗 Links

Modrinth Page