| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A powerful Minecraft server plugin manager with multi-source update checking, sync/backup workflows, and a modern terminal UI.
| Platform | Download |
|---|---|
| Windows (x64) | pluginator-windows-x64.zip |
| macOS (Intel) | pluginator-darwin-x64.tar.gz |
| macOS (Apple Silicon) | pluginator-darwin-arm64.tar.gz |
| Linux (x64) | pluginator-linux-x64.tar.gz |
| Linux (ARM64) | pluginator-linux-arm64.tar.gz |
# macOS (Homebrew)
brew tap NindroidA/pluginator && brew install pluginator
# Windows (Scoop)
scoop bucket add pluginator https://github.com/NindroidA/scoop-pluginator && scoop install pluginator
# npm (any platform)
npm install -g @nindroidsystems/pluginator
# Bun (any platform)
bun install -g @nindroidsystems/pluginator
# curl | bash (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/NindroidA/pluginator/main/scripts/install.sh | bashSee Installation Guide for detailed instructions.
# Initialize configuration
pluginator setup
# Launch interactive UI
pluginator
# Or use CLI commands
pluginator scan --prod # Scan production server
pluginator check-updates # Check for plugin updates
pluginator auto-update # Scan, check, and download updates to test
pluginator complete # Finish a premium update from your Downloads folder
pluginator promote --list # See what's soaking / ready to promote to prod
pluginator rollback <plugin> # Restore a plugin's previous version
pluginator sync # Sync prod to test
pluginator self-update # Update Pluginator itself| Key | Action |
|---|---|
| 1-8 | Switch tabs (Home/Servers/Plugins/Updates/Logs/Stats/Health/Recs) |
| : or / | Open command palette (80+ commands) |
| Ctrl+P | Quick actions menu |
| Ctrl+O / Ctrl+I | Jump back/forward (history) |
| j / k or ↑ / ↓ | Navigate lists |
| g / G | Jump to top/bottom |
| ? | Show help |
| Ctrl+C (2x) | Quit |
| Tier | Price | Update Checks/Day | Downloads/Day | Tabs |
|---|---|---|---|---|
| Free | $0 | 1 | 5 | Home/Plugins/Updates only |
| Plus | $9.99 (one-time) | 50 | 25 | + Servers/Logs/Stats |
| Pro | $2.99/mo or $24.99/yr | 100 | 50 | + Health/Recs, scheduling, promotion, vim mode |
| Max | $4.99/mo or $44.99/yr | Unlimited | Unlimited | All features, priority support |
Plus owners get discounted upgrades ($1.99/mo Pro, $3.99/mo Max). See Tier System for full details.
This project's development has been accelerated through the use of AI-assisted development tools, including GitHub Copilot, Claude Code, and other AI programming assistants. These tools have enhanced productivity while maintaining code quality and best practices. All AI-generated code has been reviewed, tested, and refined to ensure reliability.
Copyright (c) 2026 Nindroid Systems (Andrew Curtis - NindroidA). All Rights Reserved.
This is proprietary software. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |