{"id":50724404,"url":"https://github.com/pablob07/mineplugins-panel","last_synced_at":"2026-06-10T03:01:59.967Z","repository":{"id":352459918,"uuid":"1197826611","full_name":"PabloB07/mineplugins-panel","owner":"PabloB07","description":"Panel mineplugins-panel for premium plugins of minecraft 1.21+","archived":false,"fork":false,"pushed_at":"2026-04-19T18:31:37.000Z","size":6448,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T18:37:58.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mineplugins.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PabloB07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T23:25:54.000Z","updated_at":"2026-04-19T18:31:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/PabloB07/mineplugins-panel","commit_stats":null,"previous_names":["pablob07/mineplugins-panel"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/PabloB07/mineplugins-panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2Fmineplugins-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2Fmineplugins-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2Fmineplugins-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2Fmineplugins-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PabloB07","download_url":"https://codeload.github.com/PabloB07/mineplugins-panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloB07%2Fmineplugins-panel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-10T03:01:59.098Z","updated_at":"2026-06-10T03:01:59.962Z","avatar_url":"https://github.com/PabloB07.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MinePlugins Panel\n\nMinecraft Paper 1.21+ plugin store and licensing system with hardware-based license binding.\n\n## Features\n\n- 📦 **Product Management** - Upload and manage plugin versions\n- 🔐 **License System** - Hardware-bound licenses per server\n- 💳 **Payment Gateways** - Tebex and PayPal integration\n- 📊 **Analytics** - Track licenses, revenue, and validations\n- 🌐 **Public Server Status** - Display live server status on your store\n- 🔄 **Heartbeat** - Real-time server monitoring\n\n## Requirements\n\n- Node.js 20+\n- PostgreSQL database ([Neon](https://neon.tech) recommended)\n- Next.js 14/15\n- TypeScript\n\n## Environment Variables\n\nCopy `.env.example` to `.env` and fill in your values.\n\n| Variable | Description | Required |\n|----------|-------------|----------|\n| `DATABASE_URL` | Neon connection string (pooled) | ✅ |\n| `DIRECT_URL`   | Neon direct connection string (for migrations) | ✅ |\n| `NEXTAUTH_SECRET` | Auth secret (generate with `openssl rand -base64 32`) | ✅ |\n| `NEXTAUTH_URL` | Your application base URL | ✅ |\n| `DISCORD_CLIENT_ID` | Discord OAuth App ID | ✅ |\n| `DISCORD_CLIENT_SECRET` | Discord OAuth App Secret | ✅ |\n| `PAPER_LICENSE_SECRET` | HMAC secret for license keys | ✅ |\n| `TEBEX_STORE_ID` | Tebex store identifier | ❌ |\n| `TEBEX_SECRET_KEY` | Tebex secret key for validation | ❌ |\n| `PAYPAL_CLIENT_ID` | PayPal client ID | ✅ |\n| `PAYPAL_CLIENT_SECRET` | PayPal client secret | ✅ |\n| `PAYPAL_WEBHOOK_ID` | PayPal webhook ID for payment confirmation | ✅ |\n| `BLOB_READ_WRITE_TOKEN` | Vercel Blob storage token | ✅ |\n\n## Quick Start\n\n### Local Development\n\n```bash\n# 1. Install dependencies\nnpm install\n\n# 2. Setup environment variables\ncp .env.example .env\n\n# 3. Generate Prisma client\nnpx prisma generate\n\n# 4. Run database migrations\nnpx prisma migrate dev\n\n# 5. Start development\nnpm run dev\n```\n\nOpen `http://localhost:3000` to access the panel.\n\nUse `DATABASE_URL` with the Neon pooler for the app runtime, and `DIRECT_URL` for Prisma CLI commands such as `migrate`, `db push`, `db pull`, and `generate`.\n\n## Payment Gateway Configuration\n\nThe panel supports multiple payment gateways that can be configured in `Admin -\u003e Payment Settings`:\n\n- **Tebex**: Global payment processor with support for hundreds of local methods.\n- **PayPal**: Direct integration for secure checkouts.\n\nSettings can be managed via the administration dashboard, allowing you to toggle gateways and switch between Sandbox and Production modes.\n\n### Deployment (Vercel)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/PabloB07/mineplugins-panel)\n\n1. **One-Click Deploy**: Use the button above to clone and deploy.\n2. **Build Configuration**:\n   - Framework Preset: Next.js\n   - Run `npx prisma migrate deploy` after the first deployment.\n3. **OAuth Setup**: Configure your Discord redirect URL to `https://your-domain.vercel.app/api/auth/callback/discord`.\n\n## Scripts\n\n```bash\nnpm run dev      # Development server\nnpm run build    # Production build\nnpm run start    # Production server\nnpm run lint     # Lint code\n```\n\n## Database Schema\n\nThe database includes:\n\n- **Users** - Customer and admin accounts\n- **Products** - Plugin products with pricing\n- **PluginVersions** - Version management\n- **Licenses** - License keys with hardware binding\n- **LicenseActivation** - Server activations with hardware hash\n- **Orders** - Order management\n- **ValidationLog** - Validation history\n- **ServerStatus** - Public server status\n\n## Architecture\n\n```\n┌─────────────┐     ┌──────────────┐     ┌─────────────┐\n│  Minecraft  │────▶│   License   │────▶│   Panel     │\n│   Server    │◀────│   Client    │◀────│   (API)     │\n└─────────────┘     └──────────────┘     └─────────────┘\n```\n\n## Related Projects\n\n- [mineplugins-license](https://github.com/PabloB07/mineplugins-license) - License client library\n- [mineplugins-wiki](https://github.com/PabloB07/mineplugins-wiki) - Documentation\n\n## License\n\nMIT License - © 2026 MinePlugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablob07%2Fmineplugins-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablob07%2Fmineplugins-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablob07%2Fmineplugins-panel/lists"}